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:44 +01:00 committed by GitHub
parent c7e3425f29
commit f12da2c7ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ export const toasters = {
this.toast(message, {
title: this.$t('navigation.info'),
variant: 'warning',
autoHideDelay: 5000,
})
},
toastInfoNoHide(message, { noAutoHide: true }) {