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
constdeleteConfirmMessage='Warning: are you sure you want to delete this tag and all its subtags and descendants? Any tags applied to course content will be deleted.';
119
+
constdeleteConfirmMessage=
120
+
'Warning: are you sure you want to delete this tag and all its subtags and descendants? Any tags applied to course content will be deleted.';
constDELETE_CONFIRM_MESSAGE='Warning: are you sure you want to delete this tag and all its subtags and descendants? Any tags applied to course content will be deleted.';
21
+
constDELETE_CONFIRM_MESSAGE=
22
+
'Warning: are you sure you want to delete this tag and all its subtags and descendants? Any tags applied to course content will be deleted.';
22
23
23
24
/** Interface for table mode actions for React's `useReducer` hook.
0 commit comments