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`}
|
contextualText={`${visibleBoardFields.length} shown`}
|
||||||
hasSubMenu
|
hasSubMenu
|
||||||
/>
|
/>
|
||||||
{viewType === ViewType.Kanban && currentView?.key !== 'INDEX' && (
|
{currentView?.key !== 'INDEX' && (
|
||||||
<MenuItem
|
<MenuItem
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
isDefined(recordGroupFieldMetadata)
|
isDefined(recordGroupFieldMetadata)
|
||||||
|
|||||||
Reference in New Issue
Block a user