[WEB-5450] fix: enable unique ID flag for editor functionality in useEditorFlagging hook (#4788)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user