Merge remote-tracking branch 'origin/realTimeVisulization' into simulation

This commit is contained in:
2025-03-31 19:39:58 +05:30
31 changed files with 1575 additions and 971 deletions

View File

@@ -1,4 +1,5 @@
let url_Backend_dwinzo = `http://${process.env.REACT_APP_SERVER_REST_API_BASE_URL}`;
console.log("url_Backend_dwinzo: ", url_Backend_dwinzo);
export const getSelect2dZoneData = async (
ZoneId?: string,

View File

@@ -14,7 +14,6 @@ export const getZoneData = async (zoneId: string, organization: string) => {
}
);
if (!response.ok) {
throw new Error("Failed to fetch zoneData");
}