Removes default hardcoded values for props
This commit is contained in:
parent
31e0c0742c
commit
697fa2d301
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ export default {
|
|||
},
|
||||
dropdownValues: {
|
||||
type: Array,
|
||||
default: () => ['op1', 'op2', 'op3'],
|
||||
default: () => [],
|
||||
},
|
||||
showQueryOperator: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Reference in a new issue