feat(editor): Roll out schema view (#5310)

feat(editor): roll out schema view
This commit is contained in:
Mutasem Aldmour
2023-01-31 17:20:33 +03:00
committed by GitHub
parent 07b941a043
commit 2b1f15150f
2 changed files with 2 additions and 2 deletions

View File

@@ -657,7 +657,7 @@ export default mixins(externalHooks, genericHelpers, nodeHelpers, pinData).exten
defaults.push({ label: this.$locale.baseText('runData.binary'), value: 'binary' });
}
if (this.isPaneTypeInput && window.posthog?.isFeatureEnabled?.('schema-view')) {
if (this.isPaneTypeInput) {
defaults.unshift({ label: this.$locale.baseText('runData.schema'), value: 'schema' });
}