diff --git a/src/stores/config.ts b/src/stores/config.ts index 3d7d0ef5e..b36b743ac 100644 --- a/src/stores/config.ts +++ b/src/stores/config.ts @@ -9,7 +9,7 @@ export interface ConfigState { frontendUrl: string, motd: string, linkSharingEnabled: boolean, - maxFileSize: '20MB', + maxFileSize: string, registrationEnabled: boolean, availableMigrators: [], taskAttachmentsEnabled: boolean,