mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:56:29 +00:00
fix(client): fix upload logo in system settings (#4564)
This commit is contained in:
parent
3f8ab46dc1
commit
924a328501
@ -105,7 +105,7 @@ const schema: ISchema = {
|
|||||||
multiple: false,
|
multiple: false,
|
||||||
// accept: 'jpg,png'
|
// accept: 'jpg,png'
|
||||||
},
|
},
|
||||||
'x-use-component-props': 'useCollectionFieldStorageRules',
|
'x-use-component-props': 'useFileCollectionStorageRules',
|
||||||
},
|
},
|
||||||
enabledLanguages: {
|
enabledLanguages: {
|
||||||
type: 'array',
|
type: 'array',
|
||||||
|
Loading…
Reference in New Issue
Block a user