fix: type of config stores maxFileSize #2455

Merged
konrad merged 1 commits from dpschen/frontend:feature/fix-type-config-store into main 2022-10-01 15:03:12 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export interface ConfigState {
frontendUrl: string,
motd: string,
linkSharingEnabled: boolean,
maxFileSize: '20MB',
maxFileSize: string,
registrationEnabled: boolean,
availableMigrators: [],
taskAttachmentsEnabled: boolean,