Skip to content
Snippets Groups Projects
Commit beba4c15 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Fix expert mode automatic activation

parent c7f70363
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,6 @@ function queryRenderResults(payload) { ...@@ -59,6 +59,6 @@ function queryRenderResults(payload) {
} }
// inital expert mode check and activation // inital expert mode check and activation
if (expertModeSwitchElement.checked) { if (expertModeSwitchElement.checked) {
results.resultsList.expertModeOn(); results.resultsList.expertModeOn("query-display");
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment