chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2025-05-28 09:42:16 +00:00
parent 4dc5f187c3
commit 2fa4368087
6 changed files with 15 additions and 16 deletions

View File

@@ -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