Skip to content

Commit bd50ba4

Browse files
committed
change a selected by default example to "Last 100 items"
1 parent e7a7860 commit bd50ba4

File tree

1 file changed

+1
-1
lines changed
  • cmd/sql-to-logsql/web/ui/src/components/sql-editor

1 file changed

+1
-1
lines changed

cmd/sql-to-logsql/web/ui/src/components/sql-editor/examples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const DEFAULT_EXAMPLE_ID = "list_tables";
1+
export const DEFAULT_EXAMPLE_ID = "last_100";
22

33
export const EXAMPLES = [
44
{

0 commit comments

Comments
 (0)