Browse Source

chore(nc-gui): fix typo

pull/3818/head
Wing-Kam Wong 2 years ago
parent
commit
bf01182108
  1. 2
      packages/nc-gui/components/smartsheet/Kanban.vue

2
packages/nc-gui/components/smartsheet/Kanban.vue

@ -128,7 +128,7 @@ openNewRecordFormHook?.on(async () => {
</script>
<template>
<!-- TODO: add loading component when formattedKanbanData is not ready -->
<!-- TODO: add loading component when formattedData is not ready -->
<div v-if="formattedData" class="flex h-full">
<div class="nc-kanban-container flex grid gap-2 my-4 px-3">
<Draggable

Loading…
Cancel
Save