From 476c5b4bdb4587f28158184643e2672a99d1d730 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Thu, 29 Jun 2023 17:57:07 +0530 Subject: [PATCH] chore: remove Labs status from Super --- packages/web/src/javascripts/Utils/createEditorMenuGroups.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/web/src/javascripts/Utils/createEditorMenuGroups.ts b/packages/web/src/javascripts/Utils/createEditorMenuGroups.ts index 312447b30..6dd5b0c78 100644 --- a/packages/web/src/javascripts/Utils/createEditorMenuGroups.ts +++ b/packages/web/src/javascripts/Utils/createEditorMenuGroups.ts @@ -149,7 +149,6 @@ const createBaselineMap = (application: WebApplication): NoteTypeToEditorRowsMap name: SuperEditorMetadata.name, isEntitled: application.features.getFeatureStatus(FeatureIdentifier.SuperEditor) === FeatureStatus.Entitled, noteType: NoteType.Super, - isLabs: true, description: FindNativeFeature(FeatureIdentifier.SuperEditor)?.description, }, ],