chore(frontend): use toast to show message when call copyToClipboard
This commit is contained in:
@@ -210,7 +210,6 @@ const headerActions = computed(() => {
|
||||
return;
|
||||
}
|
||||
copyToClipboard(`${url}/channels/${channel.value.id}`);
|
||||
os.success();
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user