pull/6465/head
tugcekucukoglu 2024-09-24 09:04:52 +03:00
parent 3c85b3d29c
commit 94e07174b2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export default {
default: false
},
filterBy: {
type: String | ((node) => String),
type: [String, Function],
default: 'label'
},
filterMode: {