Skip to content

Commit

Permalink
fix: change string to boolean for expanded knowledge panel (#6081)
Browse files Browse the repository at this point in the history
* fix: quote some strings in knowledge panel JSON output

* fix: quote some strings in knowledge panel JSON output

* fix: change string to boolean for expanded knowledge panel
  • Loading branch information
stephanegigandet authored Nov 16, 2021
1 parent d9ebe60 commit b05e668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/api/knowledge-panels/root.tt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "root",
"expanded": "true",
"expanded": true,
"elements": [
{
"element_type": "panel",
Expand Down

0 comments on commit b05e668

Please sign in to comment.