@kenyaemr/esm-service-queues-app 8.1.1-pre.124 → 8.1.1-pre.129

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenyaemr/esm-service-queues-app",
3
- "version": "8.1.1-pre.124",
3
+ "version": "8.1.1-pre.129",
4
4
  "description": "Outpatient front-end module for the OpenMRS SPA",
5
5
  "browser": "dist/kenyaemr-esm-service-queues-app.js",
6
6
  "main": "src/index.ts",
@@ -164,6 +164,7 @@ function QueueDropdownFilter() {
164
164
 
165
165
  const handleServiceChange = useCallback(({ selectedItem }) => {
166
166
  updateSelectedService(selectedItem.uuid, selectedItem?.display);
167
+ mutateQueueEntries.mutateQueueEntries();
167
168
  }, []);
168
169
 
169
170
  return (