From 094811a8ec167026692297d025143febe3219b1e Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Thu, 3 Jul 2025 17:09:31 +0530 Subject: [PATCH] floor Name field clear clear after complete edit or create operation --- src/components/Project/Infrastructure/FloorModel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Project/Infrastructure/FloorModel.jsx b/src/components/Project/Infrastructure/FloorModel.jsx index f380b5bd..a2020f02 100644 --- a/src/components/Project/Infrastructure/FloorModel.jsx +++ b/src/components/Project/Infrastructure/FloorModel.jsx @@ -47,7 +47,7 @@ const FloorModel = ({ project, onClose, onSubmit }) => { : "Floor created Successfully", "success" ); - reset({ Id: "0", name: "", description: "" }); + reset({ id: "0", floorName: ""}); // onClose?.(); }, });