Skip to content

Commit

Permalink
(chore) Bump RFE with expression logic, collapse toggle and other fix…
Browse files Browse the repository at this point in the history
…es (openmrs#2065)
  • Loading branch information
pirupius authored and senthil-athiban committed Nov 19, 2024
1 parent 48e829d commit 26cb7d2
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ const TestsSummary = ({ patientUuid, encounters }: { patientUuid: string; encoun
};
}, [encounters]);

return (
<ExtensionSlot
name="test-results-filtered-overview-slot"
state={{ filter, patientUuid } as ExternalOverviewProps}
/>
);
return <ExtensionSlot name="test-results-filtered-overview-slot" state={{ filter, patientUuid }} />;
};

export default TestsSummary;
Loading

0 comments on commit 26cb7d2

Please sign in to comment.