diff --git a/packages/plugin-timeclock-ui/src/containers/timeclock/TimeFormList.tsx b/packages/plugin-timeclock-ui/src/containers/timeclock/TimeFormList.tsx index 32b6e92fc0..36207ad296 100644 --- a/packages/plugin-timeclock-ui/src/containers/timeclock/TimeFormList.tsx +++ b/packages/plugin-timeclock-ui/src/containers/timeclock/TimeFormList.tsx @@ -94,7 +94,7 @@ export default withProps( longitude, latitude }, - refetchQueries: ['timeclocksMain'] + refetchQueries: ['timeclocksMain', 'bichilTimeclockReportByUsers'] }) }), @@ -107,7 +107,7 @@ export default withProps( longitude, latitude }, - refetchQueries: ['timeclocksMain'] + refetchQueries: ['timeclocksMain', 'bichilTimeclockReportByUsers'] }) }) )(ListContainer)