Skip to content

Commit 002396d

Browse files
committed
fixed data->workflow render
1 parent a50052b commit 002396d

File tree

5 files changed

+590
-589
lines changed

5 files changed

+590
-589
lines changed

src/AiidaExplorer/FlowChart/graphController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function layoutGraphDefault(
2424
const outputs = categorizeNodes(outputNodes);
2525

2626
const layoutGroupOrders = {
27-
data: ["calculation", "workflows", "data"],
27+
data: ["calculation", "workflow", "data"],
2828
calculation: ["data", "calculation", "workflow"],
2929
workflow: ["data", "calculation", "workflow"],
3030
};

src/AiidaExplorer/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import useRootNode from "./hooks/useRootNode";
2222
import TopControls from "./TopBar";
2323
import VisualiserPane from "./VisualiserPane";
2424

25-
25+
import "./theme.css";
2626

2727
/**
2828
* AiidaExplorer wrapper to reset internal state when restApiUrl changes

0 commit comments

Comments
 (0)