reverted changes on UI

This commit is contained in:
YevhenBondarenko 2024-11-05 10:26:08 +01:00
parent c676f79fc3
commit 2e28696068

View File

@ -27,7 +27,6 @@ export interface SysParamsState {
mobileQrEnabled: boolean; mobileQrEnabled: boolean;
userSettings: UserSettings; userSettings: UserSettings;
maxResourceSize: number; maxResourceSize: number;
maxRuleNodeDebugDurationMinutes: number;
} }
export interface SysParams extends SysParamsState { export interface SysParams extends SysParamsState {