From 913677c46d8415178e41d8adc5e687061e1d1829 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 31 May 2024 18:54:58 -0300 Subject: client: fix initInfo preventing new props on setting, not settings --- src/static/js/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/static/js/client.js b/src/static/js/client.js index e60d200a..0155b4b7 100644 --- a/src/static/js/client.js +++ b/src/static/js/client.js @@ -35,7 +35,7 @@ function initInfo(infoKey, description) { for (const obj of [ object, object.state, - object.setting, + object.settings, object.event, ]) { if (!obj) continue; -- cgit 1.3.0-6-gf8a5