321 command menu context chips compact version (#10072)
Closes https://github.com/twentyhq/core-team-issues/issues/321 - Create component - Create stories - Fix bug due to `WorkflowDiagramCanvasEditableEffect`
This commit is contained in:
@ -3,8 +3,8 @@ import { IconComponent, createState } from 'twenty-ui';
|
||||
|
||||
export type CommandMenuNavigationStackItem = {
|
||||
page: CommandMenuPages;
|
||||
pageTitle?: string;
|
||||
pageIcon?: IconComponent;
|
||||
pageTitle: string;
|
||||
pageIcon: IconComponent;
|
||||
};
|
||||
|
||||
export const commandMenuNavigationStackState = createState<
|
||||
|
||||
Reference in New Issue
Block a user