mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-28 12:51:54 +00:00
feat: add icon to synch button
This commit is contained in:
parent
a688ea8418
commit
235ccfd869
@ -22,6 +22,7 @@ import {
|
||||
import moment from 'moment'
|
||||
import { InboxOutlined } from '@ant-design/icons'
|
||||
import CheckCircleOutlinedIcon from '@mui/icons-material/CheckCircleOutlined';
|
||||
import CachedIcon from '@mui/icons-material/Cached';
|
||||
import type { UploadProps } from 'antd'
|
||||
import { Upload, Pagination, Popover, message } from 'antd'
|
||||
import { fetchBaseURL } from '@/app/datastores/constants'
|
||||
@ -264,7 +265,7 @@ const Documents = () => {
|
||||
}
|
||||
}}
|
||||
>
|
||||
Synch
|
||||
Synch<CachedIcon />
|
||||
</Button>
|
||||
<Button
|
||||
variant="outlined"
|
||||
|
Loading…
Reference in New Issue
Block a user