fix(client): fix upload logo in system settings (#4564)

This commit is contained in:
Junyi 2024-06-05 14:50:55 +08:00 committed by GitHub
parent 3f8ab46dc1
commit 924a328501
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',