Skip to content

Commit d3b8154

Browse files
committed
reverted chnge for config map
1 parent 367c9f7 commit d3b8154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ConfigMapSecret/ConfigMapSecret.components.tsx

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

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

0 commit comments

Comments
 (0)