Skip to content

Commit 7a8d44c

Browse files
committed
fix
1 parent 4007104 commit 7a8d44c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ConfigMapSecret/ConfigMapSecret.components.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,6 @@ export const convertToValidValue = (k: any): string => {
740740
const replacePattern = /\s/g
741741
return k.toString().replace(replacePattern, '')
742742
}
743-
return k.toString()
744743
}
745744

746745
export function validateKeyValuePair(arr: KeyValue[]): KeyValueValidated {

0 commit comments

Comments
 (0)