mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(editor): Switch schema preview feature flag to multivariant (no-changelog) (#13983)
This commit is contained in:
@@ -574,7 +574,10 @@ const isSchemaPreviewEnabled = computed(
|
||||
!(nodeType.value?.codex?.categories ?? []).some(
|
||||
(category) => category === CORE_NODES_CATEGORY,
|
||||
) &&
|
||||
posthogStore.isFeatureEnabled(SCHEMA_PREVIEW_EXPERIMENT),
|
||||
posthogStore.isVariantEnabled(
|
||||
SCHEMA_PREVIEW_EXPERIMENT.name,
|
||||
SCHEMA_PREVIEW_EXPERIMENT.variant,
|
||||
),
|
||||
);
|
||||
|
||||
const hasPreviewSchema = asyncComputed(async () => {
|
||||
|
||||
Reference in New Issue
Block a user