mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] hotspot config panel fails in webadmin
This commit is contained in:
parent
83bdfab255
commit
6de36183d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue