mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:15:11 +00:00
fix(filter-form): htmlType=submit
This commit is contained in:
parent
dd0538ae04
commit
b1be8381b5
@ -10,6 +10,7 @@ export const CreateFilterActionInitializer = (props) => {
|
||||
'x-designer': 'Action.Designer',
|
||||
'x-component-props': {
|
||||
type: 'primary',
|
||||
htmlType: 'submit',
|
||||
useProps: '{{ useFilterBlockActionProps }}',
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user