Skip to content

Commit

Permalink
#653 - change the attribute/value according right name (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiao authored Jul 6, 2023
1 parent 8044ec0 commit c454fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ var PopOverView = createReactClass({
});

// Add URI as location definition of the DICOM resource.
fields.push({ att: "URI", field:this.state.data.data.results.uri });
fields.push({ Attribute: "URI", Value:this.state.data.data.results.uri });

var selectRowProp = {
clickToSelect: true,
Expand Down

0 comments on commit c454fc0

Please sign in to comment.