Skip to content

Commit 74a01bf

Browse files
committed
feat: update default layout
1 parent 1a679eb commit 74a01bf

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
@@ -1,9 +1,9 @@
11
{
22
"layout_config": [
33
{
4-
"componentId": "table",
54
"id": "table1-1",
65
"data": {
6+
"componentId": "table",
77
"title": "Table",
88
"query": "SELECT * FROM entraid_users"
99
},
@@ -12,10 +12,10 @@
1212
"columnOffset": { "4": 0 }
1313
},
1414
{
15-
"componentId": "table",
1615
"id": "table1-2",
1716
"data": {
1817
"title": "Table",
18+
"componentId": "table",
1919
"query": "SELECT * FROM github_repositories"
2020
},
2121
"rowSpan": 4,

0 commit comments

Comments
 (0)