diff --git a/frontend/src/pages/Applications/Applications.js b/frontend/src/pages/Applications/Applications.js index 291ab12..37b427a 100644 --- a/frontend/src/pages/Applications/Applications.js +++ b/frontend/src/pages/Applications/Applications.js @@ -211,7 +211,7 @@ const Applications = () => { }; const handleArchiveApplication = async (applicationId) => { - if (!confirm('Are you sure you want to archive this application? It will be moved to the archive and hidden from the main list.')) { + if (!window.confirm('Are you sure you want to archive this application? It will be moved to the archive and hidden from the main list.')) { return; }