fix: allow experimental editors if component is installed regardless of feature state

This commit is contained in:
Mo
2022-03-10 09:45:46 -06:00
parent be6a9fdb34
commit 8db127b798
6 changed files with 44 additions and 65 deletions

View File

@@ -34,8 +34,6 @@ export type EditorMenuItem = {
name: string;
component?: SNComponent;
isEntitled: boolean;
isExperimental: boolean;
isExperimentalEnabled: boolean;
};
export type EditorMenuGroup = AccordionMenuGroup<EditorMenuItem>;