mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-05 17:10:04 -06:00
fix: replace showModal with closeModal for better modal handling #350
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
|
||||
await addNewComment(resp.incident_id);
|
||||
}
|
||||
showModal = false;
|
||||
closeModal();
|
||||
}
|
||||
} catch (error) {
|
||||
invalidFormMessage = "Error while saving data";
|
||||
|
||||
Reference in New Issue
Block a user