chore: upgrade deps (#906)

* chore: upgrade deps

* fix: MenuArrowRight import

* fix: type naming
This commit is contained in:
Mo
2022-03-03 13:31:51 -06:00
committed by GitHub
parent c5eb84d7e8
commit d8caa31dc9
20 changed files with 239 additions and 207 deletions

View File

@@ -76,7 +76,7 @@ export const createEditorMenuGroups = (
name: editor.name,
component: editor,
isEntitled:
application.getFeatureStatus(editor.identifier) ===
application.features.getFeatureStatus(editor.identifier) ===
FeatureStatus.Entitled,
};