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

@ -1738,8 +1738,8 @@ export enum SettingsFeatures {
API_KEYS_AND_WEBHOOKS = 'API_KEYS_AND_WEBHOOKS',
DATA_MODEL = 'DATA_MODEL',
ROLES = 'ROLES',
SECURITY_SETTINGS = 'SECURITY_SETTINGS',
WORKSPACE_SETTINGS = 'WORKSPACE_SETTINGS',
SECURITY = 'SECURITY',
WORKSPACE = 'WORKSPACE',
WORKSPACE_USERS = 'WORKSPACE_USERS'
}