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, frontendUrl: string,
motd: string, motd: string,
linkSharingEnabled: boolean, linkSharingEnabled: boolean,
maxFileSize: '20MB', maxFileSize: string,
registrationEnabled: boolean, registrationEnabled: boolean,
availableMigrators: [], availableMigrators: [],
taskAttachmentsEnabled: boolean, taskAttachmentsEnabled: boolean,