diff --git a/client/src/pages/actions/actionsOpenalexFeedback.jsx b/client/src/pages/actions/actionsOpenalexFeedback.jsx index 9f324976..73f0891f 100644 --- a/client/src/pages/actions/actionsOpenalexFeedback.jsx +++ b/client/src/pages/actions/actionsOpenalexFeedback.jsx @@ -19,6 +19,13 @@ export default function ActionsOpenalexFeedback({ allOpenalexCorrections }) { }; const feedback = async () => { + toast({ + autoDismissAfter: 5000, + description: 'Your correction(s) are currently submitted to the Github repository', + id: 'saveOpenAlex', + title: 'OpenAlex corrections submitted', + toastType: 'info', + }); try { await sendGitHubIssue({ data: allOpenalexCorrections, email: userEmail }); toast({