Filter Cmpt: filterType not required (if tableOnly is true)

This commit is contained in:
cgfhtw
2023-12-22 11:33:55 +01:00
parent 4503e0db71
commit 7dbf29d655
+1 -2
View File
@@ -50,8 +50,7 @@ export const CoreFilterCmpt = {
default: true
},
filterType: {
type: String,
required: true
type: String
},
tabulatorOptions: Object,
tabulatorEvents: Array,