Merge branch 'main-dev' into dev-refactor
This commit is contained in:
@@ -27,7 +27,7 @@ export const deleteFloatingWidgetApi = async (
|
||||
|
||||
|
||||
if (!response.ok) {
|
||||
throw new Error("Failed to delete floating widget in the zone");
|
||||
console.error("Failed to delete floating widget in the zone");
|
||||
}
|
||||
|
||||
const result = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user