From 4adc57b9caa2dbeb76289693387988d9881d4626 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Thu, 18 Jan 2024 06:33:41 +0000 Subject: [PATCH] fix(nc-gui): lint error --- packages/nc-gui/components/cell/RichText.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui/components/cell/RichText.vue b/packages/nc-gui/components/cell/RichText.vue index 413e01302a..d5680bbf68 100644 --- a/packages/nc-gui/components/cell/RichText.vue +++ b/packages/nc-gui/components/cell/RichText.vue @@ -8,7 +8,7 @@ import { generateJSON } from '@tiptap/html' import Underline from '@tiptap/extension-underline' import { TaskItem } from '@/helpers/dbTiptapExtensions/task-item' import { Link } from '@/helpers/dbTiptapExtensions/links' -import { RowHeightInj, IsExpandedFormOpenInj } from '#imports' +import { IsExpandedFormOpenInj, RowHeightInj } from '#imports' const props = defineProps<{ value?: string | null