Skip to content

Commit 7bfe3c5

Browse files
authored
fix: form validation error for useORCS (#596)
1 parent e8c46de commit 7bfe3c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Setting.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const getSettingUiSchema = (settings: GetSettingsInfoApiResponse, setting
6565
isMultitenant: { 'ui:widget': 'hidden' },
6666
isPreInstalled: { 'ui:widget': 'hidden' },
6767
adminPassword: { 'ui:widget': 'hidden' },
68+
useORCS: { 'ui:widget': 'hidden' },
6869
},
6970
kms: {
7071
sops: {

0 commit comments

Comments
 (0)