This commit is contained in:
Mohit Panjwani
2021-06-24 14:15:50 +05:30
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
? notificationMessage ? notificationMessage
: success : success
? 'Successful' ? 'Successful'
: 'Somthing went wrong' : 'Something went wrong'
}} }}
</p> </p>
</div> </div>

View File

@ -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!',
}) })
} }