Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-08-15 06:46:26 +00:00
commit 40ee315a5d

View File

@ -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 = {