plane/web/constants/common.ts
Nikhil 1bd38ad4c7 refactor: image upload modals, file size limit added to config (#2868)
* chore: add file size limit as config in the config api

* refactor: image upload modals

---------

Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-12-07 19:59:35 +05:30

2 lines
53 B
TypeScript

export const MAX_FILE_SIZE = 5 * 1024 * 1024; // 5MB