Skip to content

Commit

Permalink
show the analysis options by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
svipulrao98 committed Feb 5, 2024
1 parent eefd6ed commit 026cf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_panel/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Grid {
await this.elem.load(table);
await this.elem.restore({
columns: [], // reset columns
settings: false,
settings: true,
title: "query result",
plugin_config: { editable: false },
});
Expand Down

0 comments on commit 026cf5e

Please sign in to comment.