added refetch fun

This commit is contained in:
Pramod Mahajan 2025-04-10 02:49:05 +05:30
parent 9e32986969
commit 60232cf121

View File

@ -110,5 +110,5 @@ export const useRegularizationRequests = ( projectId ) =>
}
}, [ projectId ] );
return {regularizes,loading,error}
return {regularizes,loading,error,refetch:fetchData}
}