mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
Merge branch 'master' of https://github.com/bytefury/crater
This commit is contained in:
@ -71,7 +71,7 @@
|
|||||||
? notificationMessage
|
? notificationMessage
|
||||||
: success
|
: success
|
||||||
? 'Successful'
|
? 'Successful'
|
||||||
: 'Somthing went wrong'
|
: 'Something went wrong'
|
||||||
}}
|
}}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -80,7 +80,7 @@ export default {
|
|||||||
if (res.data) {
|
if (res.data) {
|
||||||
this.showNotification({
|
this.showNotification({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
message: 'Mail sent successfuly!',
|
message: 'Mail sent successfully!',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user