From e9a805cadf12b1c0276167a5aadb561c2f5f6df7 Mon Sep 17 00:00:00 2001 From: hsm-lv Date: Wed, 6 Jul 2022 17:36:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=8B=E4=BB=B6=E5=8A=A8=E4=BD=9Cargs?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8447a84a971814c1d990b210384d249d2b978778 --- .../src/renderer/event-control/action-config-dialog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/amis-editor/src/renderer/event-control/action-config-dialog.tsx b/packages/amis-editor/src/renderer/event-control/action-config-dialog.tsx index a289dda1e..c9c6b2c40 100644 --- a/packages/amis-editor/src/renderer/event-control/action-config-dialog.tsx +++ b/packages/amis-editor/src/renderer/event-control/action-config-dialog.tsx @@ -132,6 +132,7 @@ export default class ActionDialog extends React.Component { componentId: form.data.componentId ? '' : undefined, + args: {}, __cmptActionType, __actionDesc: actionNode?.description, __actionSchema: actionNode?.schema,