summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkKeyValue.vue
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-16 15:04:38 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-16 15:04:38 +0900
commit81a0cbd294bd6485fc47200b1bf63dbf2cbc8507 (patch)
tree305e1c3c8f884e8a6383e2a9020d5df3bcc7b0a9 /packages/frontend/src/components/MkKeyValue.vue
parent🎨 (diff)
downloadsharkey-81a0cbd294bd6485fc47200b1bf63dbf2cbc8507.tar.gz
sharkey-81a0cbd294bd6485fc47200b1bf63dbf2cbc8507.tar.bz2
sharkey-81a0cbd294bd6485fc47200b1bf63dbf2cbc8507.zip
chore(frontend): use toast to show message when call copyToClipboard
Diffstat (limited to 'packages/frontend/src/components/MkKeyValue.vue')
-rw-r--r--packages/frontend/src/components/MkKeyValue.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkKeyValue.vue b/packages/frontend/src/components/MkKeyValue.vue
index 275b153e4a..b4185d2d0a 100644
--- a/packages/frontend/src/components/MkKeyValue.vue
+++ b/packages/frontend/src/components/MkKeyValue.vue
@@ -31,7 +31,6 @@ const props = withDefaults(defineProps<{
const copy_ = () => {
copyToClipboard(props.copy);
- os.success();
};
</script>