From 61e69a9fe54a000eb5ef1bcdcdc1857a5a7d5d06 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 e40a4d0a02..291364fc34 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) {