mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 23:57:00 +00:00
fix(nc-gui): remove explicit import statement of ant message as this globally imported
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { Form, message } from 'ant-design-vue'
|
||||
import { Form } from 'ant-design-vue'
|
||||
import { type IntegrationType, validateAndExtractSSLProp } from 'nocodb-sdk'
|
||||
import {
|
||||
ClientType,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
import { IntegrationsType, type SourceType, validateAndExtractSSLProp } from 'nocodb-sdk'
|
||||
import { Form, message } from 'ant-design-vue'
|
||||
import { Form } from 'ant-design-vue'
|
||||
import {
|
||||
ClientType,
|
||||
type DatabricksConnection,
|
||||
|
||||
Reference in New Issue
Block a user