mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): removing unused prop from ParameterInputWrapper.vue
This commit is contained in:
parent
be16640687
commit
a77a7c3608
|
@ -64,9 +64,6 @@ export default mixins(
|
|||
value: {
|
||||
type: [String, Number, Boolean, Array, Object] as PropType<NodeParameterValueType>,
|
||||
},
|
||||
hideLabel: {
|
||||
type: Boolean,
|
||||
},
|
||||
droppable: {
|
||||
type: Boolean,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue