From 3a4e6302adce682741bdeb25a68eb4071e76cba3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 11 Sep 2024 10:14:40 +0100 Subject: [PATCH] Fix default_widget_container_height in sample config The key name was just wrong --- config.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index acca45aaf8..8cbd04b839 100644 --- a/config.sample.json +++ b/config.sample.json @@ -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": {},