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({});