Skip to content

Commit 8ffbc5d

Browse files
committed
chore: ConfigMapSecret - make KeyValueTable sortable
1 parent 1ce295f commit 8ffbc5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Pages/Shared/ConfigMapSecret/ConfigMapSecretData.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ export const ConfigMapSecretData = ({
402402
key={`${isExpressEditView}-${data.isResolvedData}`}
403403
isAdditionNotAllowed={secretMode || data.yamlMode || data.external}
404404
readOnly={readOnly || secretMode}
405+
isSortable
405406
headerLabel={{
406407
key: isSelectedTypeVolume ? 'File Name' : 'Key',
407408
value: isSelectedTypeVolume ? 'File Content' : 'Value',

0 commit comments

Comments
 (0)