pycodestyle icon indicating copy to clipboard operation
pycodestyle copied to clipboard

fix: fixed an error that current graph state cannot be exported into JSON correctly

Open WenhanLyu opened this issue 1 year ago • 0 comments

Description

When clicking the 'save' button in the ThemeToggle component, the getJSONState function will throw an error that the graph parameter is empty. This error is caused by getting the graph info with the incorrect graphKey; update it with the correct value will fix it.

Checklist

WenhanLyu avatar Jul 08 '24 00:07 WenhanLyu