fix duplicated block library (#3493)

This commit is contained in:
Shuchang Zheng
2025-09-21 23:07:54 -04:00
committed by GitHub
parent 0b47482fcb
commit e806df3ce8

View File

@@ -1018,13 +1018,6 @@ function Workspace({
{workflowPanelState.content === "parameters" && (
<WorkflowParametersPanel />
)}
{workflowPanelState.content === "nodeLibrary" && (
<WorkflowNodeLibraryPanel
onNodeClick={(props) => {
addNode(props);
}}
/>
)}
</div>
)}