Correction loggers

This commit is contained in:
Colin Maudry
2026-01-30 15:19:46 +01:00
parent 674639cf6e
commit b11aa20743
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ def restore_view_from_url(search):
return no_update, no_update, no_update, no_update, no_update
params = urllib.parse.parse_qs(search.lstrip("?"))
logger.debug("params", params)
logger.debug("params " + json.dumps(params, indent=2))
filter_query = no_update
sort_by = no_update