mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/mixins/toaster.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
1de7c50055
commit
12e7b9cce3
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user