Skip to content

Commit

Permalink
bioinformatics-ua#653 - change the attribute/value according right name
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiao committed Jul 6, 2023
1 parent 8044ec0 commit b3b631c
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 b3b631c

Please # to comment.