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
`Are you sure you want to change the Class toggle for the ${state.focusComponent.title} component while the program is in the "Edit Mode"? \n\nAll of the changes to the "Code Preview" for the ${state.focusComponent.title} component will be overridden!`
513
+
);
514
+
if(!check){
515
+
return{
516
+
...state
517
+
};
518
+
}
519
+
}
510
520
//iterate array, and invert statefulness for targeted component based on id prop
`Are you sure you want to change the State toggle for the ${state.focusComponent.title} component while the program is in the "Edit Mode"? \n\nAll of the changes to the "Code Preview" for the ${state.focusComponent.title} component will be overridden!`
551
+
);
552
+
if(!check){
553
+
return{
554
+
...state
555
+
};
556
+
}
557
+
}
537
558
//iterate array, and invert statefulness for targeted component based on id prop
0 commit comments