Skip to content

Commit 9a013ae

Browse files
committed
doc: add fixme comment
1 parent a5fc91c commit 9a013ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common/Helper.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ export const processDeployedTime = (lastDeployed, isArgoInstalled) => {
489489
*/
490490
export const getUrlWithSearchParams = <T extends string | number = string | number>(
491491
url: string,
492+
// FIXME: Need to fix this as the generic typing is incorrect
492493
params = {} as Partial<Record<T, any>>,
493494
) => {
494495
const searchParams = new URLSearchParams()

0 commit comments

Comments
 (0)