diff --git a/client/app/services/query.js b/client/app/services/query.js index 98e672fd05..076dd39f9e 100644 --- a/client/app/services/query.js +++ b/client/app/services/query.js @@ -223,7 +223,7 @@ class Parameters { } updateParameters(update) { - if (this.query.query && this.query.query === this.cachedQueryText) { + if (this.query.query === this.cachedQueryText) { const parameters = this.query.options.parameters; const hasUnprocessedParameters = find(parameters, p => !(p instanceof Parameter)); if (hasUnprocessedParameters) {