Browse Source

fix(nc-gui): lint error

pull/7431/head
Ramesh Mane 8 months ago
parent
commit
4adc57b9ca
  1. 2
      packages/nc-gui/components/cell/RichText.vue

2
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

Loading…
Cancel
Save