This commit is contained in:
Jake Kasper
2025-08-27 13:22:00 -04:00
parent e55d876d23
commit 459dbacc79

View File

@@ -211,7 +211,7 @@ const Applications = () => {
}; };
const handleArchiveApplication = async (applicationId) => { 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; return;
} }