mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 09:57:03 +00:00
fix(nc-gui): remove explicit import statement of ant message as this globally imported
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { nextTick } from '@vue/runtime-core'
|
||||
import { message } from 'ant-design-vue'
|
||||
import { ProjectRoles, RoleColors, RoleIcons, RoleLabels, WorkspaceRolesToProjectRoles, stringifyRolesObj } from 'nocodb-sdk'
|
||||
import type { BaseType, SourceType, TableType, WorkspaceUserRoles } from 'nocodb-sdk'
|
||||
import { LoadingOutlined } from '@ant-design/icons-vue'
|
||||
|
||||
Reference in New Issue
Block a user