mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 21:36:53 +00:00
fix: composible error
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import Sortable, { type SortableEvent } from 'sortablejs'
|
||||
import { useBaseActionsOrThrow } from './useBaseActions'
|
||||
|
||||
type SectionType = 'starred' | 'private' | 'owned' | 'managed' | 'default'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user