mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-20 21:54:19 +08:00
[improvement][semantic-fe] Restructured the code to extract the question-answer settings and model management model controls into the OverviewContainer component.
This commit is contained in:
@@ -38,7 +38,7 @@ const SemanticGraphCanvas: React.FC<Props> = ({ domainManger }) => {
|
||||
</div>
|
||||
) : ( */}
|
||||
<div style={{ width: '100%' }}>
|
||||
<SemanticGraph domainId={selectDomainId} />
|
||||
<SemanticGraph />
|
||||
</div>
|
||||
{/* )} */}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user