mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
console: Set the new relationships UI as the default UI
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8423 GitOrigin-RevId: a614df40b108c35f8aa8cde67557b117061b5591
This commit is contained in:
parent
dd635fbbc7
commit
26bb2b4030
@ -1,6 +1,6 @@
|
|||||||
import { FeatureFlagDefinition } from './types';
|
import { FeatureFlagDefinition } from './types';
|
||||||
|
|
||||||
const relationshipTabTablesId = '0bea35ff-d3e9-45e9-af1b-59923bf82fa9';
|
const relationshipTabTablesId = 'f6c57c31-abd3-46d9-aae9-b97435793273';
|
||||||
const importActionFromOpenApiId = '12e5aaf4-c794-4b8f-b762-5fda0bff946a';
|
const importActionFromOpenApiId = '12e5aaf4-c794-4b8f-b762-5fda0bff946a';
|
||||||
const enabledNewUIForBigQuery = 'e2d790ba-96fb-11ed-a8fc-0242ac120002';
|
const enabledNewUIForBigQuery = 'e2d790ba-96fb-11ed-a8fc-0242ac120002';
|
||||||
|
|
||||||
@ -15,10 +15,10 @@ export const availableFeatureFlags: FeatureFlagDefinition[] = [
|
|||||||
id: relationshipTabTablesId,
|
id: relationshipTabTablesId,
|
||||||
title: 'New Relationship tab UI for tables/views',
|
title: 'New Relationship tab UI for tables/views',
|
||||||
description:
|
description:
|
||||||
'Try out the new UI for the Relationship tab of Tables/Views in Data section.',
|
'Use the new UI for the Relationship tab of Tables/Views in Data section.',
|
||||||
section: 'data',
|
section: 'data',
|
||||||
status: 'alpha',
|
status: 'release candidate',
|
||||||
defaultValue: false,
|
defaultValue: true,
|
||||||
discussionUrl: '',
|
discussionUrl: '',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user