mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
fix: file size limit
This commit is contained in:
@@ -50,7 +50,7 @@ function buildLicenseSetting(
|
||||
isMultiple: true,
|
||||
maxFiles: 10,
|
||||
allowedExtensions: ["pdf", "png", "jpg", "jpeg"],
|
||||
maxSizeMb: 10,
|
||||
maxSizeMb: 25,
|
||||
order: 1,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user