fixed code engine bugs

This commit is contained in:
paul
2025-03-10 10:37:57 +05:30
parent d1ef2fa3f8
commit 16bfd244e6
7 changed files with 19 additions and 56 deletions

View File

@@ -50,7 +50,8 @@ function TreeviewContainer() {
onClear={() => setSearchValue("")} /> */}
<div className="tw-flex tw-flex-col tw-gap-2 tw-w-full tw-h-full tw-p-1">
<Tree treeData={transformedContent}
<Tree showLine
treeData={transformedContent}
titleRender={(nodeData) =>
<TreeViewCard widgetId={nodeData.id} title={nodeData.title}