fix: Group by not visible for table (#9365)

Group by option was not visible on table, this is fixing the issue.
This commit is contained in:
Jérémy M
2025-01-06 11:51:26 +01:00
committed by GitHub
parent bf00c971ee
commit 25083e5405

View File

@ -115,7 +115,7 @@ export const ObjectOptionsDropdownMenuContent = () => {
contextualText={`${visibleBoardFields.length} shown`}
hasSubMenu
/>
{viewType === ViewType.Kanban && currentView?.key !== 'INDEX' && (
{currentView?.key !== 'INDEX' && (
<MenuItem
onClick={() =>
isDefined(recordGroupFieldMetadata)