feat: allow configuration of staticRroues (#4746)
* feat: allow configuration of staticRroues * chore: update deps * chore: typo
This commit is contained in:
@@ -81,7 +81,10 @@ const formCollapsed = computed(() => {
|
||||
});
|
||||
|
||||
const computedSchema = computed(
|
||||
(): ({ commonComponentProps: Record<string, any> } & FormSchema)[] => {
|
||||
(): ({
|
||||
commonComponentProps: Record<string, any>;
|
||||
formFieldProps: Record<string, any>;
|
||||
} & Omit<FormSchema, 'formFieldProps'>)[] => {
|
||||
const {
|
||||
componentProps = {},
|
||||
controlClass = '',
|
||||
|
Reference in New Issue
Block a user