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 094811a8ec - Show all commits

View File

@ -47,7 +47,7 @@ const FloorModel = ({ project, onClose, onSubmit }) => {
: "Floor created Successfully",
"success"
);
reset({ Id: "0", name: "", description: "" });
reset({ id: "0", floorName: ""});
// onClose?.();
},
});