horizontal move updated based on zone points and bugs resolved
This commit is contained in:
@@ -18,7 +18,7 @@ export const loadTempleteApi = async (
|
||||
);
|
||||
|
||||
if (!response.ok) {
|
||||
throw new Error("Failed to add 3dwidget in the zone");
|
||||
throw new Error("Failed to load Template in the zone");
|
||||
}
|
||||
|
||||
const result = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user