fix: feature id reference
This commit is contained in:
@@ -146,7 +146,8 @@ export const QuickSettingsMenu: FunctionComponent<MenuProps> = observer(
|
|||||||
(component) =>
|
(component) =>
|
||||||
[ComponentArea.EditorStack, ComponentArea.TagsList].includes(
|
[ComponentArea.EditorStack, ComponentArea.TagsList].includes(
|
||||||
component.area
|
component.area
|
||||||
) && component.identifier !== FeatureIdentifier.FoldersComponent
|
) &&
|
||||||
|
component.identifier !== FeatureIdentifier.DeprecatedFoldersComponent
|
||||||
);
|
);
|
||||||
setToggleableComponents(toggleableComponents);
|
setToggleableComponents(toggleableComponents);
|
||||||
}, [application]);
|
}, [application]);
|
||||||
|
|||||||
Reference in New Issue
Block a user