Commit 7a80427
authored
Fix UX bug where selecting 'Condition' action type traps the user (#45)
Previously, selecting 'Condition' rendered ConditionConfig which lacked navigation controls (Category/Action selectors). This forced users to delete the node to change the action type. The fix updates node-config-panel.tsx to use ActionConfig for 'Condition' nodes as well. ActionConfig correctly renders condition fields while preserving the navigation dropdowns, allowing users to switch back to other action types. Also removed unused ConditionConfig import.1 parent 139639a commit 7a80427
1 file changed
+2
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
| 577 | + | |
588 | 578 | | |
589 | 579 | | |
590 | 580 | | |
| |||
0 commit comments