From 5857b2214f52a9c41a937e5ef67200bfab601a19 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 22 Sep 2021 18:36:09 +0100 Subject: [PATCH] ui: Add partition parameter when clearing child-selector forms in ACLs (#11106) --- ui/packages/consul-ui/app/components/child-selector/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/consul-ui/app/components/child-selector/index.js b/ui/packages/consul-ui/app/components/child-selector/index.js index e40a4d0a0..291364fc3 100644 --- a/ui/packages/consul-ui/app/components/child-selector/index.js +++ b/ui/packages/consul-ui/app/components/child-selector/index.js @@ -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) {