fix: session bug

This commit is contained in:
qixinbo
2026-03-15 17:57:09 +08:00
parent eb09129148
commit 4f46f3f8d5
7 changed files with 136 additions and 55 deletions
@@ -25,6 +25,7 @@ export function VisualizationPanel() {
type: dashboardType,
data: currentData,
sql: currentSQL,
chartSpec: currentChartSpec,
});
alert("Added to Dashboard!");
};