filter join char

This commit is contained in:
Yuri Kuznetsov
2022-08-31 12:28:57 +03:00
parent 2f7c892f67
commit d401cb4e4c
+1 -1
View File
@@ -653,7 +653,7 @@ define('views/record/search', ['view'], function (Dep) {
this.managePresetFilters();
this.manageBoolFilters();
this.$filtersLabel.html(this.currentFilterLabelList.join(', '));
this.$filtersLabel.html(this.currentFilterLabelList.join(' · '));
},
/**