Skip to content

Commit e5910bd

Browse files
committed
fix composer edit
1 parent b7664a0 commit e5910bd

File tree

1 file changed

+1
-1
lines changed
  • webui/src/Containers/Project/MainContent/Composer/Action

1 file changed

+1
-1
lines changed

webui/src/Containers/Project/MainContent/Composer/Action/Action.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Action: FC<ActionProps> = (props) => {
3939
return;
4040
}
4141
}
42-
onClickAction(action, index ? 1 : index);
42+
onClickAction(action, index);
4343
}}
4444
>
4545
{action.logo && (

0 commit comments

Comments
 (0)