mirror of
https://github.com/makeplane/plane.git
synced 2026-02-12 00:59:24 -06:00
* 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
|