From 57e4dad7fdc8199310fa9ee42e99177523938990 Mon Sep 17 00:00:00 2001 From: Kloon ImKloon Date: Sun, 1 Oct 2023 14:55:40 +0200 Subject: [PATCH] Fix typo in Share --- frontend/src/views/Share.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Share.vue b/frontend/src/views/Share.vue index 65d56ef0..9a9b782d 100644 --- a/frontend/src/views/Share.vue +++ b/frontend/src/views/Share.vue @@ -207,7 +207,7 @@ const hash = ref(""); const token = ref(""); const clip = ref(null); -const $showSuccess = inject("$showError")!; +const $showSuccess = inject("$showSuccess")!; const { t } = useI18n({});