style: update notyf !
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user