Fix modal not being closed when the Close button is clicked

This commit is contained in:
Bubka 2023-11-10 13:42:42 +01:00
parent bc7c824d3d
commit 999e059592

View File

@ -21,10 +21,8 @@
})
function closeModal(event) {
if (event) {
notify({ clean: true })
isActive.value = false
}
notify({ clean: true })
isActive.value = false
}
</script>