style: update notyf !

This commit is contained in:
Julien Calixte
2019-08-26 02:32:12 +02:00
parent 1b33242bf0
commit c0d647e887
22 changed files with 69 additions and 384 deletions

View File

@@ -147,10 +147,10 @@ export default class TransactionItem extends Vue {
} else {
if (this.accountId) {
this.$router.push({ name: 'account', params: { id: this.accountId } })
notif.alert('Transaction supprimée.')
notif.error('Transaction supprimée.')
} else {
this.$router.push({ name: 'home' })
notif.alert('Compte inexistant.')
notif.error('Compte inexistant.')
}
}
} catch (error) {