Fix upload file size too small
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -55,7 +55,7 @@ export const dropzone = tv({
|
||||
},
|
||||
});
|
||||
|
||||
const MB = 1024;
|
||||
const MB = 1024 * 1024;
|
||||
|
||||
export function Dropzone(props: Props) {
|
||||
const { __ } = useTranslate();
|
||||
|
||||
Reference in New Issue
Block a user