feat: Add IndentedTree #162 (#1792)

### What problem does this PR solve?

feat: Add IndentedTree #162

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-02 18:48:53 +08:00
committed by GitHub
parent 5d55e6a049
commit 80032b1fc0
5 changed files with 472 additions and 17 deletions

View File

@ -195,7 +195,7 @@ const Chunk = () => {
onOk={onChunkUpdatingOk}
/>
)}
{false && <KnowledgeGraphModal></KnowledgeGraphModal>}
<KnowledgeGraphModal></KnowledgeGraphModal>
</>
);
};