Fix CI after SettingsFeature enum update (#10178)

This commit is contained in:
Weiko
2025-02-13 10:19:36 +01:00
committed by GitHub
parent 372ebd14fe
commit d7b84de1b5
3 changed files with 6 additions and 6 deletions

View File

@ -63,7 +63,7 @@ export const RolePermissions = ({ role }: { role: Role }) => {
value: role.canUpdateAllSettings,
},
{
key: SettingsFeatures.WORKSPACE_SETTINGS,
key: SettingsFeatures.WORKSPACE,
label: 'Workspace Settings',
type: 'General',
value: role.canUpdateAllSettings,
@ -87,7 +87,7 @@ export const RolePermissions = ({ role }: { role: Role }) => {
value: role.canUpdateAllSettings,
},
{
key: SettingsFeatures.SECURITY_SETTINGS,
key: SettingsFeatures.SECURITY,
label: 'Security Settings',
type: 'Security',
value: role.canUpdateAllSettings,