Skip to content

Commit 4ca39ba

Browse files
authored
Hide table columns when details are opened (#4200)
1 parent 10656ae commit 4ca39ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Modules/community/CommunityModulesList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export const CommunityModulesList = ({
275275
hasDetailsLink,
276276
})
277277
}
278-
noHideFields={['Name', '', 'Namespace']}
278+
disableHiding={false}
279279
displayArrow
280280
title={'Community Modules'}
281281
sortBy={{

src/components/Modules/components/KymaModulesList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export const KymaModulesList = ({
309309
hasDetailsLink,
310310
})
311311
}
312-
noHideFields={['Name', '', 'Namespace']}
312+
disableHiding={false}
313313
displayArrow
314314
title={'Modules'}
315315
sortBy={{

0 commit comments

Comments
 (0)