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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user