Skip to content

Commit

Permalink
fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Zhao committed Oct 11, 2024
1 parent 9864018 commit b6e25d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/tefca-viewer/src/app/query/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Query: React.FC = () => {
const [mode, setMode] = useState<Mode>("search");
const [loading, setLoading] = useState<boolean>(false);
const [fhirServer, setFhirServer] = useState<FHIR_SERVERS>(
"Public HAPI: eHealthExchange",
"Public HAPI: Direct",
);

const [patientDiscoveryQueryResponse, setPatientDiscoveryQueryResponse] =
Expand Down

0 comments on commit b6e25d5

Please sign in to comment.