Merge remote-tracking branch 'origin/realTimeVisulization' into simulation
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -14,7 +14,6 @@ export const getZoneData = async (zoneId: string, organization: string) => {
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
if (!response.ok) {
|
||||
throw new Error("Failed to fetch zoneData");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user