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