mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:05:45 +00: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(),
|
||||
multiple: false,
|
||||
fieldName: 'file',
|
||||
max: 1024 * 1024 * 1024, // 1G
|
||||
format(files, responseText) {
|
||||
const response = JSON.parse(responseText);
|
||||
const formatResponse = {
|
||||
|
Loading…
Reference in New Issue
Block a user