removed console

This commit is contained in:
Pramod Mahajan 2025-05-07 16:33:32 +05:30
parent 7c81c87f18
commit 73efd67fbc

View File

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