We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4007104 commit 7a8d44cCopy full SHA for 7a8d44c
src/components/ConfigMapSecret/ConfigMapSecret.components.tsx
@@ -740,7 +740,6 @@ export const convertToValidValue = (k: any): string => {
740
const replacePattern = /\s/g
741
return k.toString().replace(replacePattern, '')
742
}
743
- return k.toString()
744
745
746
export function validateKeyValuePair(arr: KeyValue[]): KeyValueValidated {
0 commit comments