readd js dummy function

This commit is contained in:
Vladimir Mandic
2023-07-14 16:45:27 -04:00
parent a77a6690b4
commit b1563f0ddd
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -638,7 +638,7 @@ class Options:
try:
self.data_labels[key].onchange()
except Exception as e:
errors.display(e, f"changing setting {key} to {value}")
log.error(f'Error in onchange callback: {key} {value} {e}')
setattr(self, key, oldval)
return False
return True