251 create top bar chips inside the command menu (#9809)
Closes #https://github.com/twentyhq/core-team-issues/issues/251 https://github.com/user-attachments/assets/065c97fe-1daf-4b48-9d57-6bbb96d24ede
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
import { createState } from '@ui/utilities/state/utils/createState';
|
||||
import { IconComponent } from 'twenty-ui';
|
||||
|
||||
export const commandMenuPageInfoState = createState<{
|
||||
title: string | undefined;
|
||||
Icon: IconComponent | undefined;
|
||||
}>({
|
||||
key: 'command-menu/commandMenuPageInfoState',
|
||||
defaultValue: { title: undefined, Icon: undefined },
|
||||
});
|
||||
Reference in New Issue
Block a user