From 6de36183d317449e583fd438f7513d94626e38c9 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 6 Dec 2022 20:39:54 +0100 Subject: [PATCH] [fix] hotspot config panel fails in webadmin --- src/utils/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/config.py b/src/utils/config.py index 9dc91b83a..9b0181e41 100644 --- a/src/utils/config.py +++ b/src/utils/config.py @@ -682,7 +682,7 @@ class ConfigPanel: section and section.get("visible") and not evaluate_simple_js_expression( - section["visible"], context=self.new_values + section["visible"], context=self.future_values ) ): continue