refactor: clean up code in various components; streamline material properties and improve state management

This commit is contained in:
2025-03-29 18:35:34 +05:30
parent df571e18fb
commit 98eb403b4a
5 changed files with 11 additions and 19 deletions

View File

@@ -15,6 +15,7 @@ export const deleteZonesApi = async (userId: string, organization: string, zoneI
}
const result = await response.json();
console.log('result: ', result);
return result;
} catch (error) {
if (error instanceof Error) {