Skip to content

Commit

Permalink
Merge pull request #884 from aehrc/feature/extract
Browse files Browse the repository at this point in the history
Update default property in extracted section to be extractedResource
  • Loading branch information
fongsean authored Jun 21, 2024
2 parents b0e0857 + 2b0abab commit 9271738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface ExtractedSectionViewerProps {

function ExtractedSectionViewer(props: ExtractedSectionViewerProps) {
const { fhirServerUrl } = props;
const [selectedProperty, setSelectedProperty] = useState('extracted');
const [selectedProperty, setSelectedProperty] = useState('extractedResource');
const [showJsonTree, setShowJsonTree] = useState(false);
const [writingBack, setWritingBack] = useState(false);

Expand Down

0 comments on commit 9271738

Please sign in to comment.