ui: Add partition parameter when clearing child-selector forms in ACLs
This commit is contained in:
parent
949416c071
commit
4ca04766cc
|
@ -65,7 +65,7 @@ export default Component.extend(Slotted, {
|
|||
}),
|
||||
actions: {
|
||||
reset: function() {
|
||||
this.form.clear({ Datacenter: this.dc, Namespace: this.nspace });
|
||||
this.form.clear({ Datacenter: this.dc, Namespace: this.nspace, Partition: this.partition });
|
||||
},
|
||||
|
||||
remove: function(item, items) {
|
||||
|
|
Loading…
Reference in New Issue