mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
adding screenshots for readme | adding changelog | adding error message if scrapingant was not configured when using immoscout
This commit is contained in:
@@ -83,10 +83,11 @@ export default function JobMutator() {
|
||||
});
|
||||
history.push('/jobs');
|
||||
} catch (Exception) {
|
||||
console.error(Exception);
|
||||
console.error(Exception.json.message);
|
||||
|
||||
ctx.showToast({
|
||||
title: 'Error',
|
||||
message: Exception,
|
||||
message: Exception.json != null ? Exception.json.message : Exception,
|
||||
delay: 35000,
|
||||
backgroundColor: '#db2828',
|
||||
color: '#fff',
|
||||
|
||||
Reference in New Issue
Block a user