ui: Add partition parameter when clearing child-selector forms in ACLs (#11106)

This commit is contained in:
John Cowen 2021-09-22 18:36:09 +01:00 committed by GitHub
parent f08e27a5f0
commit 5857b2214f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {