fix: localize attachment type

* fixes #86
This commit is contained in:
Philipinho
2024-07-22 10:58:32 +01:00
parent bb92ca75e9
commit d2ecd28047
3 changed files with 19 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import { type EditorState, Plugin, PluginKey } from "@tiptap/pm/state";
import { Decoration, DecorationSet } from "@tiptap/pm/view";
import { IAttachment } from "client/src/lib/types";
import { MediaUploadOptions, UploadFn } from "../media-utils";
import { IAttachment } from "../types";
const uploadKey = new PluginKey("video-upload");