mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-18 08:17:38 +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 className="header">
|
||||||
<div>Knowledge Spaces</div>
|
<div>Knowledge Spaces</div>
|
||||||
<Button onClick={() => setIsAddKnowledgeSpaceModalShow(true)} type='primary'>
|
<Button onClick={() => setIsAddKnowledgeSpaceModalShow(true)} type='default'>
|
||||||
+ New Knowledge Space
|
+ New Knowledge Space
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user