[Command Menu] Refactor layout customization conditional availability [Warning] (#19974)
closes https://discord.com/channels/1130383047699738754/1494312529286004837
This commit is contained in:
-9
@@ -1,9 +0,0 @@
|
||||
import { ContextStoreComponentInstanceContext } from '@/context-store/states/contexts/ContextStoreComponentInstanceContext';
|
||||
import { createAtomComponentState } from '@/ui/utilities/state/jotai/utils/createAtomComponentState';
|
||||
|
||||
export const contextStoreIsPageInEditModeComponentState =
|
||||
createAtomComponentState<boolean>({
|
||||
key: 'contextStoreIsPageInEditModeComponentState',
|
||||
defaultValue: false,
|
||||
componentInstanceContext: ContextStoreComponentInstanceContext,
|
||||
});
|
||||
Reference in New Issue
Block a user