You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Faced:
Currently the user selections on Datasource Tab are lost if the user moves to Experiments tab, which should not happen, we would like to retain use selected data
Expectations / Delivery Requirements:
The data in the screen should remain populated even if the user switches tabs or moves across the ui
Where to Start?
We need to setup global state management in react using redux in order to store the state which in turn will display it at all times.
The text was updated successfully, but these errors were encountered:
Problem Faced:
Currently the user selections on Datasource Tab are lost if the user moves to Experiments tab, which should not happen, we would like to retain use selected data
Expectations / Delivery Requirements:
The data in the screen should remain populated even if the user switches tabs or moves across the ui
Where to Start?
We need to setup global state management in react using redux in order to store the state which in turn will display it at all times.
The text was updated successfully, but these errors were encountered: