Skip to content

Commit 17214fa

Browse files
replace usagetypeid property name to id on listUsageTypes API call
1 parent 6d59963 commit 17214fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/view/ListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ export default {
999999
if (json && json.listusagetypesresponse && json.listusagetypesresponse.usagetype) {
10001000
this.usageTypes = json.listusagetypesresponse.usagetype.map(x => {
10011001
return {
1002-
id: x.usagetypeid,
1002+
id: x.id,
10031003
value: x.description
10041004
}
10051005
})

0 commit comments

Comments
 (0)