PromucFlow_constructor/app/client/cypress/e2e/Regression
Rajat Agrawal b2987cace9
fix: Use spread operator to make a copy of action dynamic bindings from re… (#23224)
…dux state

Fixes #23194 

The code is trying to modify a value (i.e action.dynamicBindings) from
redux store, which isn't allowed. The fix makes a copy of this variable
so that modifications can be made to it later on.

Test Plan:

1. Add a table.
2. Add a postgres select query and bind table's pageSize and pageOffset
property to the query.

The binding should work.
2023-05-24 13:26:17 +05:30
..
Apps test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
ClientSide fix: not able to delete No action card (#23480) 2023-05-24 13:05:22 +05:30
Enterprise/AdminSettings test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
ServerSide fix: Use spread operator to make a copy of action dynamic bindings from re… (#23224) 2023-05-24 13:26:17 +05:30