Fix incorrect setTags for node-group-row eks v2

rancher/rancher#28124
This commit is contained in:
Westly Wright 2020-07-29 10:55:52 -07:00
parent 9037dba2bf
commit f21f3097c0
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
</label> </label>
<FormKeyValue <FormKeyValue
@initialMap={{model.labels}} @initialMap={{model.labels}}
@changed={{action "setTags"}} @changed={{action "setLabels"}}
@addActionLabel="nodeGroupRow.labels.addLabel" @addActionLabel="nodeGroupRow.labels.addLabel"
/> />
</div> </div>