feat: make the button smaller

This commit is contained in:
shiweisong.ssw 2023-06-28 15:01:15 +08:00
parent d092ca7e06
commit 75ef3d1d4f

View File

@ -128,6 +128,7 @@ const Documents = () => {
<>
<Button
variant="outlined"
size="sm"
onClick={async () => {
const res = await fetch(
`http://localhost:8000/knowledge/${spaceName}/document/sync`,
@ -153,6 +154,7 @@ const Documents = () => {
</Button>
<Button
variant="outlined"
size="sm"
onClick={() => {
router.push(
`/datastores/documents/chunklist?spacename=${spaceName}&documentid=${row.id}`