Merge branch 'nice_dev' into develop
This commit is contained in:
commit
9dea5deef0
1 changed files with 2 additions and 2 deletions
|
|
@ -168,7 +168,7 @@ async function copyLink(name: string) {
|
|||
.then((res) => {
|
||||
const link = res.data.downloadUrl;
|
||||
navigator.clipboard.writeText(link);
|
||||
success($q, "คัดลอก URL สำเร็จ");
|
||||
success($q, "คัดลอกลิงก์สำเร็จ");
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
@ -298,7 +298,7 @@ onMounted(async () => {
|
|||
icon="mdi-clipboard-outline"
|
||||
@click="copyLink(file.pathName)"
|
||||
>
|
||||
<q-tooltip>คัดลอกลิ้งก์</q-tooltip>
|
||||
<q-tooltip>คัดลอกลิงก์</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue