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 73e71a3 commit 2b6ad1dCopy full SHA for 2b6ad1d
web/src/utils/attachment.ts
@@ -1,5 +1,5 @@
1
-import { Attachment } from "@/types/proto/api/v1/attachment_service";
2
import workspaceStore from "@/store/workspace";
+import { Attachment } from "@/types/proto/api/v1/attachment_service";
3
4
export const getAttachmentUrl = (attachment: Attachment) => {
5
if (attachment.externalLink) {
0 commit comments