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"); } };