diff --git a/src/components/overlays/Notification.vue b/src/components/overlays/Notification.vue index f4d68943..b4c6a1ad 100644 --- a/src/components/overlays/Notification.vue +++ b/src/components/overlays/Notification.vue @@ -11,7 +11,7 @@
@@ -31,7 +31,7 @@ variant="white" size="xs" class="mt-2" - @click.stop="cancel" + @click.stop="onUndo" > Undo @@ -39,7 +39,7 @@