mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-20 09:14:44 +00:00
feat: modify the type of the button
This commit is contained in:
parent
7200a64809
commit
44403165ac
@ -26,7 +26,7 @@ const Index = () => {
|
||||
<>
|
||||
<div className="header">
|
||||
<div>Knowledge Spaces</div>
|
||||
<Button onClick={() => setIsAddKnowledgeSpaceModalShow(true)} type='primary'>
|
||||
<Button onClick={() => setIsAddKnowledgeSpaceModalShow(true)} type='default'>
|
||||
+ New Knowledge Space
|
||||
</Button>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user