We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9c1fb commit daf18eaCopy full SHA for daf18ea
frontend/src/utils/getLink.js
@@ -8,7 +8,7 @@ export async function getLink(entity) {
8
: `${window.location.origin}/drive/file/${entity.name}`;
9
await navigator.clipboard.writeText(link);
10
toast({
11
- title: "Copied link!",
+ title: "Copied link",
12
position: "bottom-right",
13
timeout: 2,
14
});
0 commit comments