Merge "amis-saas-8289 [Bug] 事件动作设置为消息提醒,配置表达式不生效" into pre-release

This commit is contained in:
jiatianqi 2022-11-28 10:19:06 +08:00 committed by iCode
commit 107c51d074

View File

@ -326,7 +326,10 @@ const ACTION_TYPE_TREE = (manager: any): RendererPluginAction[] => {
</div>
);
},
schema: [
schema: getArgsWrapper({
type: 'wrapper',
className: 'p-none',
body: [
{
type: 'button-group-select',
name: 'msgType',
@ -461,6 +464,7 @@ const ACTION_TYPE_TREE = (manager: any): RendererPluginAction[] => {
mode: 'horizontal'
}
]
})
}
]
},