mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-04 21:28:34 +08:00
fix: increase the upload file size limit of field-markdown-vditor (#5063)
This commit is contained in:
parent
6416e64287
commit
eb80f9635b
@ -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