floor Name field clear clear after complete edit or create operation
This commit is contained in:
parent
e6d6f0ac30
commit
094811a8ec
@ -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