File tree Expand file tree Collapse file tree
openmetadata-ui/src/main/resources/ui/src/utils/Persona Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ] ,
You can’t perform that action at this time.
0 commit comments