Skip to content

Commit b655d03

Browse files
committed
change button to save to PDF
1 parent 772c335 commit b655d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function Data({ shx }) {
128128
{ elt }
129129
</div>
130130
<div>
131-
{ elt && <Button onClick={ () => onSaveClick(true) }>save to file</Button> }
131+
{ elt && <Button onClick={ () => onSaveClick(true) }>save to PDF</Button> }
132132
{ elt && fhir && <Button onClick={ () => onSaveClick(false) }>save to ehr</Button> }
133133
{ elt && <Button onClick={ () => downloadBundleToJSON(bundle.fhir, "fhir-bundle-data") }>Save as FHIR</Button> }
134134
<Button onClick={ () => setShowSource(!showSource) }>source</Button>

0 commit comments

Comments
 (0)