mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-07 04:09:15 +02:00
fix:#16 fixed toast for room ical
This commit is contained in:
@@ -113,7 +113,7 @@ const button = computed(() => {
|
|||||||
onClick: () => {
|
onClick: () => {
|
||||||
// Copy iCal link to clipboard
|
// Copy iCal link to clipboard
|
||||||
// localhost/api/feed/room?id=selectedRoom.value.name
|
// localhost/api/feed/room?id=selectedRoom.value.name
|
||||||
navigator.clipboard.writeText(getLink("/api/feed/room?id=", selectedRoom.value.name)).then(() => show, () => failedClipboard)
|
navigator.clipboard.writeText(getLink("/api/feed/room?id=", selectedRoom.value.name)).then(() => show(), () => failedClipboard())
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user