Skip to content

Commit 9b2aa7e

Browse files
committed
feat: move query to props
1 parent 74a01bf commit 9b2aa7e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

default_layout.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"data": {
66
"componentId": "table",
77
"title": "Table",
8-
"query": "SELECT * FROM entraid_users"
8+
"props": {
9+
"query": "SELECT * FROM entraid_users"
10+
}
911
},
1012
"rowSpan": 4,
1113
"columnSpan": 4,
@@ -16,15 +18,15 @@
1618
"data": {
1719
"title": "Table",
1820
"componentId": "table",
19-
"query": "SELECT * FROM github_repositories"
21+
"props": {
22+
"query": "SELECT * FROM entraid_users"
23+
}
2024
},
2125
"rowSpan": 4,
2226
"columnSpan": 4,
2327
"columnOffset": { "4": 0 }
2428
}
2529
],
2630
"name": "default_layout",
27-
"is_private" : false
28-
29-
30-
}
31+
"is_private": false
32+
}

0 commit comments

Comments
 (0)