Skip to content

Commit 5ba0c9f

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

default_layout.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"data": {
66
"componentId": "table",
77
"title": "Table",
8+
"description": "This is a table component",
89
"props": {
910
"query": "SELECT * FROM entraid_user"
1011
}
@@ -18,6 +19,8 @@
1819
"data": {
1920
"title": "Table",
2021
"componentId": "table",
22+
"description": "This is a table component",
23+
2124
"props": {
2225
"query": "SELECT * FROM github_repository"
2326
}

0 commit comments

Comments
 (0)