Skip to content

Commit d516118

Browse files
committed
Fix ui configuration page
1 parent d440ed5 commit d516118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/ui-app/src/app/pages/settings/SettingsPage.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const PROPERTY_GROUPS: PropertyGroup[] = [
2929
id: "authn",
3030
label: "Authentication settings",
3131
propertyNames: [
32-
"registry.auth.basic-auth-client-credentials.enabled",
32+
"apicurio.authn.basic-client-credentials.enabled",
3333
]
3434
},
3535
{
@@ -56,7 +56,7 @@ const PROPERTY_GROUPS: PropertyGroup[] = [
5656
label: "Web console settings",
5757
propertyNames: [
5858
"apicurio.download.href.ttl",
59-
"registry.ui.features.readOnly"
59+
"apicurio.ui.features.readOnly"
6060
]
6161
},
6262
];

0 commit comments

Comments
 (0)