We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a01bf commit 9b2aa7eCopy full SHA for 9b2aa7e
default_layout.json
@@ -5,7 +5,9 @@
5
"data": {
6
"componentId": "table",
7
"title": "Table",
8
- "query": "SELECT * FROM entraid_users"
+ "props": {
9
+ "query": "SELECT * FROM entraid_users"
10
+ }
11
},
12
"rowSpan": 4,
13
"columnSpan": 4,
@@ -16,15 +18,15 @@
16
18
17
19
20
- "query": "SELECT * FROM github_repositories"
21
22
23
24
25
26
27
"columnOffset": { "4": 0 }
28
}
29
],
30
"name": "default_layout",
- "is_private" : false
-
-}
31
+ "is_private": false
32
+}
0 commit comments