Fixed #4985 - metaKeySelection default type is changed as false

This commit is contained in:
tugcekucukoglu 2023-12-20 13:28:13 +03:00
parent ff272de38b
commit bb82382190
13 changed files with 24 additions and 27 deletions

View file

@ -42,7 +42,7 @@ export default {
},
metaKeySelection: {
type: Boolean,
default: true
default: false
},
inputId: {
type: String,