fix: make graph source work

This commit is contained in:
Max Richter
2026-01-18 18:54:53 +01:00
parent 80d3e117b4
commit 8d2e3f006b

View File

@@ -223,7 +223,7 @@
hidden={!appSettings.value.debug.showGraphJson} hidden={!appSettings.value.debug.showGraphJson}
icon="i-[tabler--code]" icon="i-[tabler--code]"
> >
<GraphSource {graph} /> <GraphSource graph={graph && manager.serialize()} />
</Panel> </Panel>
<Panel <Panel
id="benchmark" id="benchmark"