Skip to content

Commit e252263

Browse files
satender-kumar-collateSatender
andauthored
changed isBeta to false (#27384)
Co-authored-by: Satender <sommy@Satenders-MacBook-Pro.local>
1 parent 1dedc0c commit e252263

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openmetadata-ui/src/main/resources/ui/src/utils/Persona/PersonaUtils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const getCustomizePageCategories = (): SettingMenuItem[] => {
8787
{
8888
key: 'navigation',
8989
label: i18n.t('label.navigation'),
90-
isBeta: true,
90+
isBeta: false,
9191
description: 'Customize left sidebar ',
9292
icon: ENTITY_ICONS['navigation'],
9393
},
@@ -108,14 +108,14 @@ export const getCustomizePageCategories = (): SettingMenuItem[] => {
108108
{
109109
key: 'governance',
110110
label: i18n.t('label.governance'),
111-
isBeta: true,
111+
isBeta: false,
112112
description: 'Customize the Govern pages with widget of your preference',
113113
icon: ENTITY_ICONS['govern'],
114114
},
115115
{
116116
key: 'data-assets',
117117
label: i18n.t('label.data-asset-plural'),
118-
isBeta: true,
118+
isBeta: false,
119119
description:
120120
'Customize the entity detail page with widget of your preference',
121121
icon: ENTITY_ICONS['dataAssets'],

0 commit comments

Comments
 (0)