Server action properties panel breaks when selecting an EXECUTE action to edit

Wappler Version : 6.1.1
Operating System : Mac OS 14.2.1
Server Model: Node.js
Database Type: Postgres
Hosting Type: local

Expected behavior

When clicking on Exec Server action I would like to edit the previously added server action

Actual behavior

The properties panel stays on whatever selected action previously edited. also cannot add an EXECUTE action to test or work around the bug

How to reproduce

Please restart Wappler with logging, reproduce the problem and attach the debug log. See:

@George I am going to delete this bug report. Problem was actually some parameters Wappler auto created from calculations in the Library action. After I removed those $PARAM items and opened the EXEC step everything worrked.

Ok, I see I cannot delete it anymore. Please remove @George or @Teodor

Was it caused by Wappler or did you manually edit the code?

Wappler sometimes create additional items in $PARAM variables automatically based on calculations one does in add/update server actions.

Screenshot 2024-01-24 at 09.55.16

The highlighted item is an example of one of these. There was another one that I removed that broke the EXEC step so it dit not show my parameters at all.

That highlighted one was added by Wappler automatically - not by me.

Recently I have started doing my calculations in set value actions and not inside the add/update db step which prevents this from happening.