Browse Source

chore(gui-v2): lint

pull/2998/head
Wing-Kam Wong 2 years ago
parent
commit
7eee37baf2
  1. 2
      packages/nc-gui-v2/components/smartsheet-header/VirtualCell.vue
  2. 2
      packages/nc-gui-v2/composables/useColumnCreateStore.ts

2
packages/nc-gui-v2/components/smartsheet-header/VirtualCell.vue

@ -163,4 +163,4 @@ useProvideColumnCreateStore(meta as Ref<TableType>, column)
overflow: hidden;
text-overflow: ellipsis;
}
</style>
</style>

2
packages/nc-gui-v2/composables/useColumnCreateStore.ts

@ -215,7 +215,7 @@ const [useProvideColumnCreateStore, useColumnCreateStore] = createInjectionState
addOrUpdate,
generateNewColumnMeta,
isEdit: !!column?.id,
column
column,
}
})

Loading…
Cancel
Save