From 459dbacc79276e999c30b048b46af1d15da575f3 Mon Sep 17 00:00:00 2001 From: Jake Kasper Date: Wed, 27 Aug 2025 13:22:00 -0400 Subject: [PATCH] asdf --- frontend/src/pages/Applications/Applications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }