fix: ImageUpload config
This commit is contained in:
@@ -46,9 +46,6 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
fieldName: 'logo',
|
||||
label: '应用图标',
|
||||
component: 'ImageUpload',
|
||||
componentProps: {
|
||||
limit: 1,
|
||||
},
|
||||
rules: 'required',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user