mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 10:56:45 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { nextTick } from '@vue/runtime-core'
|
||||
import { ProjectRoles, RoleColors, RoleIcons, RoleLabels, WorkspaceRolesToProjectRoles } from 'nocodb-sdk'
|
||||
import type { BaseType, SourceType, TableType, WorkspaceUserRoles } from 'nocodb-sdk'
|
||||
import type { BaseType, SourceType, WorkspaceUserRoles } from 'nocodb-sdk'
|
||||
import { LoadingOutlined } from '@ant-design/icons-vue'
|
||||
|
||||
interface Props {
|
||||
@@ -263,7 +263,7 @@ function openTableCreateDialog(sourceIndex?: number | undefined) {
|
||||
|
||||
_openTableCreateDialog({
|
||||
baseId: base.value?.id,
|
||||
sourceId: sourceId,
|
||||
sourceId,
|
||||
onCloseCallback: () => {
|
||||
base.value.isExpanded = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user