mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-17 15:58:25 +00:00
feat: modify the type of the button
This commit is contained in:
parent
075713d36f
commit
c71bca8255
@ -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