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
@@ -36,6 +36,7 @@ export function InlineVisualizationCard({ viz }: InlineVisualizationCardProps) {
type: dashboardType,
data: objectRows,
sql: viz.sql,
chartSpec: viz.chartSpec,
});
};