PromucFlow_constructor/app/client/cypress/e2e/Regression/ServerSide/QueryPane
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
..
AddWidget_spec.js test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
AddWidgetTableAndBind_spec.js test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
DSDocs_Spec.ts test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
EmptyDataSource_spec.js test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
EvaluatedValuePopUp_spec.ts test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
GoogleSheetsQuery_spec.js test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
Mongo_Spec.js test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
Mongo_Spec.ts test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
MySQL_Spec.ts test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
Postgres_Spec.js fix: Use spread operator to make a copy of action dynamic bindings from re… (#23224) 2023-05-24 13:26:17 +05:30
S3_1_spec.js chore: poc to merge DS editor data flows (#22920) 2023-05-22 19:05:59 +07:00
S3_2_spec.js test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30
SwitchDatasource_spec.js test: Cypress | Folder structure correction (#23568) 2023-05-21 02:01:50 +05:30