fix: remove unused Space import
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
All checks were successful
Deploy Admin Frontend / build-and-deploy (push) Successful in 7s
This commit is contained in:
parent
c235f4822d
commit
ecd414fab0
@ -1,6 +1,6 @@
|
||||
import { useState } from 'react'
|
||||
import { useQuery, useQueryClient } from '@tanstack/react-query'
|
||||
import { Table, Tag, Typography, Button, Space, App } from 'antd'
|
||||
import { Table, Tag, Typography, Button, App } from 'antd'
|
||||
import { ReloadOutlined, DeleteOutlined } from '@ant-design/icons'
|
||||
import { getKnowledgeBases, deleteKnowledgeBase, type KnowledgeBase } from '@/services/knowledge-api'
|
||||
import dayjs from 'dayjs'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user