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
Copy file name to clipboardExpand all lines: front/src/containers/SearchPage/components/SaveSearch.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ const getSearchName = () => {
90
90
//_showSnackbarHandler();
91
91
//@ts-ignore
92
92
//<Snackbar ref={snackbarRef}/>
93
-
alert("Saved and subscribed to weekly changes to search: \n"+savedSearchName+" \n To unsubscribe, go to your profile")//data?.createSavedSearch.savedSearch.nameLabel)
93
+
alert("You have now saved and are subscribed to weekly updates to the following search: \n\n"+savedSearchName+" \n\n To unsubscribe: delete the search in your profile")//data?.createSavedSearch.savedSearch.nameLabel)
0 commit comments