diff options
Diffstat (limited to 'modern/src/settings/DevicePage.jsx')
-rw-r--r-- | modern/src/settings/DevicePage.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/settings/DevicePage.jsx b/modern/src/settings/DevicePage.jsx index 0feb000b..8933a210 100644 --- a/modern/src/settings/DevicePage.jsx +++ b/modern/src/settings/DevicePage.jsx @@ -157,6 +157,7 @@ const DevicePage = () => { filesLimit={1} onChange={handleFiles} showAlerts={false} + maxFileSize={500000} /> </AccordionDetails> </Accordion> |