From 73efd67fbc120184be2d51bb0c229341c44e0b8a Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Wed, 7 May 2025 16:33:32 +0530 Subject: [PATCH] removed console --- src/components/Project/Infrastructure/InfraTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Project/Infrastructure/InfraTable.jsx b/src/components/Project/Infrastructure/InfraTable.jsx index 9f7bf085..91250657 100644 --- a/src/components/Project/Infrastructure/InfraTable.jsx +++ b/src/components/Project/Infrastructure/InfraTable.jsx @@ -68,7 +68,7 @@ const InfraTable = ({ buildings }) => { showToast("Failed to save floor", "error"); } } catch (err) { - console.error("Error adding floor", err); + showToast("Error occurred while saving floor", "error"); } };