Browse Source

chore(nc-gui): lint

pull/5261/head
Wing-Kam Wong 2 years ago
parent
commit
a8c5458304
  1. 2
      packages/nc-gui/components/smartsheet/expanded-form/index.vue

2
packages/nc-gui/components/smartsheet/expanded-form/index.vue

@ -64,7 +64,7 @@ const isKanban = inject(IsKanbanInj, ref(false))
provide(MetaInj, meta)
const { commentsDrawer, changedColumns, state: rowState, isNew, loadRow,save } = useProvideExpandedFormStore(meta, row)
const { commentsDrawer, changedColumns, state: rowState, isNew, loadRow, save } = useProvideExpandedFormStore(meta, row)
const duplicatingRowInProgress = ref(false)

Loading…
Cancel
Save