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:11 +01:00 committed by GitHub
parent 1de7c50055
commit 12e7b9cce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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