diff --git a/src/App.vue b/src/App.vue index 4210b89..3170d8e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -229,7 +229,7 @@ ? notification.onCancel(stopAsking) : null; close(notification.id); - stopAsking = false; // reset value + stopAsking = false; // reset value for next time they open this modal " class="block w-full text-center text-md font-bold uppercase bg-slate-600 text-white px-2 py-2 rounded-md" > @@ -292,7 +292,7 @@