[fix] hotspot config panel fails in webadmin

This commit is contained in:
ljf (zamentur) 2022-12-06 20:39:54 +01:00 committed by GitHub
parent 83bdfab255
commit 6de36183d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -682,7 +682,7 @@ class ConfigPanel:
section section
and section.get("visible") and section.get("visible")
and not evaluate_simple_js_expression( and not evaluate_simple_js_expression(
section["visible"], context=self.new_values section["visible"], context=self.future_values
) )
): ):
continue continue