This commit is contained in:
Yuri Kuznetsov
2024-09-13 13:35:49 +03:00
parent baa671ca6a
commit 2b4d225a83
+1 -1
View File
@@ -33,7 +33,7 @@ class EnumColumnFieldView extends EnumFieldView {
searchTypeList = ['anyOf', 'noneOf']
fetchSearch() {
let type = this.fetchSearchType();
const type = this.fetchSearchType();
let list = this.$element.val().split(':,:');