Skip to content

Commit

Permalink
Change 'id' to 'listid' tiledata property #10552
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jan 30, 2024
1 parent c9948bd commit 5dd2440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/media/js/viewmodels/reference-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ define([
const tileReady = val.map(uri => {
return {
"uri": uri,
"id": NAME_LOOKUP[uri]["listid"],
"listid": NAME_LOOKUP[uri]["listid"],
"labels": NAME_LOOKUP[uri].labels
};
});
Expand Down

0 comments on commit 5dd2440

Please sign in to comment.