There was an error while loading. Please reload this page.
1 parent a598471 commit da1fc01Copy full SHA for da1fc01
1 file changed
src/containers/PatientDetails/PatientApps/hooks.ts
@@ -26,7 +26,7 @@ export function useSmartApps(encounter?: Encounter) {
26
}
27
28
return mapSuccess(
29
- await getAidboxResources<Client>('Client', { ['.type']: clientType }),
+ await getAidboxResources<Client>('Client', { ['.type']: clientType, _sort: '-lastUpdated' }),
30
(b) => extractBundleResources(b).Client,
31
);
32
});
0 commit comments