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
currentTabInApp,// 'currentTabInApp' from 'ButtonsContainer' after useSelector()
41
+
dispatch // 'dispatch' from 'ButtonsContainer' after useDispatch()
42
+
}=this.props;
46
43
47
44
// This updates the steps so that they can target dynamically rendered elements
48
45
constonChangeHandler=(currentStepIndex: number)=>{// takes in the current step and updates the tab[currentTab]'s seriesSavedStatus based on conditions and updates the element associated with the step.
0 commit comments