feat: upgrade graph source panel

This commit is contained in:
2026-05-03 13:51:01 +02:00
parent 72f07d0a50
commit 731b9e9b1e
3 changed files with 153 additions and 14 deletions
+1 -1
View File
@@ -321,7 +321,7 @@
hidden={!appSettings.value.debug.advancedMode}
icon="i-[tabler--code]"
>
<GraphSource graph={pm.graph ?? manager?.serialize()} />
<GraphSource graph={manager?.serialize()} />
</Panel>
<Panel
id="benchmark"