console: enable new data tab UI for BigQuery

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8474
GitOrigin-RevId: 21a4af7d9ebf9b78702785019b385066f63d09b7
This commit is contained in:
Vijay Prasanna 2023-03-31 12:32:06 +05:30 committed by hasura-bot
parent 1e4a79e131
commit 004dedca83

View File

@ -26,8 +26,8 @@ export const availableFeatureFlags: FeatureFlagDefinition[] = [
title: 'Enable the revamped UI for BigQuery', title: 'Enable the revamped UI for BigQuery',
description: 'Try out the new UI experience for BigQuery.', description: 'Try out the new UI experience for BigQuery.',
section: 'data', section: 'data',
status: 'experimental', status: 'beta',
defaultValue: false, defaultValue: true,
discussionUrl: '', discussionUrl: '',
}, },
]; ];