diff --git a/Plan/common/src/main/resources/assets/plan/web/js/query.js b/Plan/common/src/main/resources/assets/plan/web/js/query.js index 96b71eaad..fd3d235fe 100644 --- a/Plan/common/src/main/resources/assets/plan/web/js/query.js +++ b/Plan/common/src/main/resources/assets/plan/web/js/query.js @@ -224,7 +224,7 @@ function createFilter(filter, id) { } function createFilterSelector(parent, index, filter) { - return `${filter.kind}`; + return `${filter.kind}`; } function isValidDate(value) {