This commit is contained in:
@@ -501,7 +501,7 @@ export default {
|
||||
handleError("UPSERT", error, route);
|
||||
} else {
|
||||
//specifically this is for the login page
|
||||
console.log("upser error is: ", error);
|
||||
console.log("upsert error is: ", error);
|
||||
throw new Error(window.$gz.errorHandler.errorToString(error));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ export default {
|
||||
}),
|
||||
methods: {
|
||||
addNotification(options) {
|
||||
console.log("Add notification options:", options);
|
||||
if (!options.message) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user