React Query Integration for Server State Sync in Clinet #245

Merged
admin merged 60 commits from react-query into main 2025-07-11 11:32:19 +00:00
Showing only changes of commit bba4315a8e - Show all commits

View File

@ -609,7 +609,7 @@ const { mutate: updateEmployee, isPending } = useUpdateEmployee();
<button <button
aria-label="manage employee" aria-label="manage employee"
type="reset" type="reset"
className="btn btn-sm btn-primary ms-2" className="btn btn-sm btn-secondary ms-2"
disabled={isPending} disabled={isPending}
> >
Clear Clear