Skip to content

Commit 2e23cca

Browse files
committed
refactor: remove unnecessary staleTime from pay schedule query
1 parent 8d969eb commit 2e23cca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Payroll/usePreparedPayrollData.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export const usePreparedPayrollData = ({
4545
},
4646
{
4747
enabled: !!preparedPayroll?.payPeriod?.payScheduleUuid,
48-
staleTime: Infinity,
4948
},
5049
)
5150

0 commit comments

Comments
 (0)