Skip to content

Commit

Permalink
Fix default_widget_container_height in sample config
Browse files Browse the repository at this point in the history
The key name was just wrong
  • Loading branch information
dbkr committed Sep 11, 2024
1 parent 8c76fe4 commit 3a4e630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"https://scalar-staging.vector.im/api",
"https://scalar-staging.riot.im/scalar/api"
],
"default_widget_height": 280,
"default_widget_container_height": 280,
"default_country_code": "GB",
"show_labs_settings": false,
"features": {},
Expand Down

0 comments on commit 3a4e630

Please sign in to comment.