[WEB-5450] fix: enable unique ID flag for editor functionality in useEditorFlagging hook (#4788)

This commit is contained in:
Vipin Chaudhary
2025-11-19 12:44:35 +05:30
committed by GitHub
parent cd1aafa1ff
commit e1d67cc68d
+1 -2
View File
@@ -28,8 +28,7 @@ export const useEditorFlagging = (props: TEditorFlaggingHookProps): TEditorFlagg
const { isNestedPagesEnabled, isCommentsEnabled } = usePageStore(storeType || EPageStoreType.WORKSPACE);
const isEditorAttachmentsEnabled = useFlag(workspaceSlug, "EDITOR_ATTACHMENTS");
const isEditorCopyBlockLinkEnabled = useFlag(workspaceSlug, "EDITOR_COPY_BLOCK_LINK");
// const isEditorUniqueIdEnabled = useFlag(workspaceSlug, "EDITOR_UNIQUE_ID");
const isEditorUniqueIdEnabled = true;
const isEditorUniqueIdEnabled = useFlag(workspaceSlug, "EDITOR_UNIQUE_ID");
const isEditorMathematicsEnabled = useFlag(workspaceSlug, "EDITOR_MATHEMATICS");
const isExternalEmbedEnabled = useFlag(workspaceSlug, "EDITOR_EXTERNAL_EMBEDS");
// check integrations