mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-14 16:54:04 +00:00
fix issues
This commit is contained in:
@@ -140,6 +140,10 @@ export const showError = (error) => {
|
||||
showToaster('errors.not_allowed')
|
||||
break
|
||||
|
||||
case 'Email could not be sent to this email address.':
|
||||
showToaster('errors.email_could_not_be_sent')
|
||||
break
|
||||
|
||||
default:
|
||||
showToaster(error, false)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user