React Query Integration for Server State Sync in Clinet #245
@ -47,7 +47,7 @@ const FloorModel = ({ project, onClose, onSubmit }) => {
|
|||||||
: "Floor created Successfully",
|
: "Floor created Successfully",
|
||||||
"success"
|
"success"
|
||||||
);
|
);
|
||||||
reset({ Id: "0", name: "", description: "" });
|
reset({ id: "0", floorName: ""});
|
||||||
// onClose?.();
|
// onClose?.();
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user