diff --git a/web/app/templates/query_results/inspect.html.j2 b/web/app/templates/query_results/inspect.html.j2 index f8e7e9b0..de944f2b 100644 --- a/web/app/templates/query_results/inspect.html.j2 +++ b/web/app/templates/query_results/inspect.html.j2 @@ -130,7 +130,7 @@ document.addEventListener("DOMContentLoaded", () => { // Import metadata from DB passed to this view const metaDataJson = {{ query_metadata|tojson|safe }}; // Initialize the client with dynamicMode set to false. - const client = new Client({'logging': false, + const client = new Client({'logging': true, 'dynamicMode': false, 'fullContext': metaDataJson.fullContext}); /**