Update frontend/src/mixins/toaster.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2023-02-09 16:38:54 +01:00 committed by GitHub
parent f12da2c7ad
commit 77c72b00d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ export const toasters = {
this.toast(message, {
title: this.$t('success'),
variant: 'success',
autoHideDelay: 5000,
})
},
toastError(message) {