asdf
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user