Fix typo in Share

This commit is contained in:
Kloon ImKloon 2023-10-01 14:55:40 +02:00
parent 3775801cbb
commit 57e4dad7fd
No known key found for this signature in database
GPG Key ID: CCF1C86A995C5B6A

View File

@ -207,7 +207,7 @@ const hash = ref<string>("");
const token = ref<string>(""); const token = ref<string>("");
const clip = ref<any>(null); const clip = ref<any>(null);
const $showSuccess = inject<IToastSuccess>("$showError")!; const $showSuccess = inject<IToastSuccess>("$showSuccess")!;
const { t } = useI18n({}); const { t } = useI18n({});