Remove unused parent_uid references
This commit is contained in:
parent
cd85ae8e5f
commit
97a7d6b205
@ -64,7 +64,7 @@ export default {
|
||||
return valid
|
||||
},
|
||||
handleFieldMount: function(event) {
|
||||
const { name, optional, parent_uid } = event
|
||||
const { name, optional } = event
|
||||
this.fields[name] = optional
|
||||
},
|
||||
handleModalOpen: function(_bool) {
|
||||
|
@ -27,7 +27,6 @@ export default {
|
||||
paragraph: String,
|
||||
noMaxWidth: String,
|
||||
optional: Boolean,
|
||||
parent_uid: String,
|
||||
},
|
||||
|
||||
data: function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user