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