Skip to content

Commit 5fe6872

Browse files
committed
feat: change default layout
1 parent 9b2aa7e commit 5fe6872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default_layout.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"componentId": "table",
77
"title": "Table",
88
"props": {
9-
"query": "SELECT * FROM entraid_users"
9+
"query": "SELECT * FROM entraid_user"
1010
}
1111
},
1212
"rowSpan": 4,
@@ -19,7 +19,7 @@
1919
"title": "Table",
2020
"componentId": "table",
2121
"props": {
22-
"query": "SELECT * FROM entraid_users"
22+
"query": "SELECT * FROM github_repository"
2323
}
2424
},
2525
"rowSpan": 4,

0 commit comments

Comments
 (0)