mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 09:25:08 +10:00
feat: limit document upload size (#347)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function megabytesToBytes(megabytes: number) {
|
||||
return megabytes * 1000000;
|
||||
}
|
||||
Reference in New Issue
Block a user