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

This commit is contained in:
2025-04-07 18:20:04 +05:30
7 changed files with 138 additions and 136 deletions

View File

@@ -28,9 +28,12 @@ const ZoneProperties: React.FC = () => {
};
let response = await zoneCameraUpdate(zonesdata, organization);
console.log('response: ', response);
if (response.message === "updated successfully") {
setEdit(false);
} else {
console.log("Not updated Camera Position and Target");
}
setEdit(false);
} catch (error) {
console.error("Error in handleSetView:", error);
}