Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
feat(timeclock) - bichilTimeclockReportByUsers
Browse files Browse the repository at this point in the history
  • Loading branch information
nandinboldn committed Oct 17, 2023
1 parent eebed2e commit e153e21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default withProps<Props>(
longitude,
latitude
},
refetchQueries: ['timeclocksMain']
refetchQueries: ['timeclocksMain', 'bichilTimeclockReportByUsers']
})
}),

Expand All @@ -107,7 +107,7 @@ export default withProps<Props>(
longitude,
latitude
},
refetchQueries: ['timeclocksMain']
refetchQueries: ['timeclocksMain', 'bichilTimeclockReportByUsers']
})
})
)(ListContainer)
Expand Down

0 comments on commit e153e21

Please sign in to comment.