style: update notyf !
This commit is contained in:
@@ -37,7 +37,7 @@ export default class TransactionUpdate extends Vue {
|
||||
this.transaction = await transactionService.get(this.id)
|
||||
if (!this.transaction) {
|
||||
this.$router.push({ name: 'home' })
|
||||
notif.alert('Compte inexistant.')
|
||||
notif.error('Compte inexistant.')
|
||||
return
|
||||
}
|
||||
this.account = await accountService.get(this.transaction.accountId)
|
||||
|
||||
Reference in New Issue
Block a user