mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
1bd38ad4c7
* chore: add file size limit as config in the config api * refactor: image upload modals --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2 lines
53 B
TypeScript
2 lines
53 B
TypeScript
export const MAX_FILE_SIZE = 5 * 1024 * 1024; // 5MB
|