refactor: add new action init icon (#2454)

This commit is contained in:
katherinehhh 2023-08-15 09:16:23 +08:00 committed by GitHub
parent 95a0e2de83
commit 0669975dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ export const CreateActionInitializer = (props) => {
openMode: 'drawer', openMode: 'drawer',
type: 'primary', type: 'primary',
component: 'CreateRecordAction', component: 'CreateRecordAction',
icon: 'PlusOutlined',
}, },
properties: { properties: {
drawer: { drawer: {