From 6c9b31a2c4fe51500541196b83ea77b8a25f2ba9 Mon Sep 17 00:00:00 2001 From: Palanikannan1437 <73993394+Palanikannan1437@users.noreply.github.com> Date: Thu, 10 Aug 2023 03:57:16 +0530 Subject: [PATCH] temp fix --- apps/app/components/tiptap/plugins/upload-image.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app/components/tiptap/plugins/upload-image.tsx b/apps/app/components/tiptap/plugins/upload-image.tsx index 692dd2ca45..3f372d9d45 100644 --- a/apps/app/components/tiptap/plugins/upload-image.tsx +++ b/apps/app/components/tiptap/plugins/upload-image.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck import { EditorState, Plugin, PluginKey } from "@tiptap/pm/state"; import { Decoration, DecorationSet, EditorView } from "@tiptap/pm/view"; import fileService from "services/file.service";