Unable to open Query tool on Internet Explorer.

Remove extra comma in the function argument while starting the query tool.
Other browsers had no problems, but it is an issue on Internet explorer.

Fixes #4769
This commit is contained in:
Aditya Toshniwal
2019-09-27 14:32:52 +05:30
committed by Akshay Joshi
parent c580c9d4b3
commit 6032692de0
2 changed files with 2 additions and 1 deletions

View File

@@ -440,7 +440,7 @@
sqlEditorController.start(
{{ uniqueId }},
{{ url_params|safe}},
'{{ layout|safe }}',
'{{ layout|safe }}'
);
});
{% endblock %}