mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-05 05:38:23 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
40ee315a5d
@ -75,6 +75,7 @@ export const Edit = withDynamicSchemaProps((props) => {
|
|||||||
headers: apiClient.getHeaders(),
|
headers: apiClient.getHeaders(),
|
||||||
multiple: false,
|
multiple: false,
|
||||||
fieldName: 'file',
|
fieldName: 'file',
|
||||||
|
max: 1024 * 1024 * 1024, // 1G
|
||||||
format(files, responseText) {
|
format(files, responseText) {
|
||||||
const response = JSON.parse(responseText);
|
const response = JSON.parse(responseText);
|
||||||
const formatResponse = {
|
const formatResponse = {
|
||||||
|
Loading…
Reference in New Issue
Block a user