moved toast to bottom right to not obstruct modals
This commit is contained in:
@ -17,7 +17,7 @@ export function makeToast(title, message, variant = null) {
|
|||||||
toaster.$bvToast.toast(message, {
|
toaster.$bvToast.toast(message, {
|
||||||
title: title,
|
title: title,
|
||||||
variant: variant,
|
variant: variant,
|
||||||
toaster: 'b-toaster-top-center',
|
toaster: 'b-toaster-bottom-right',
|
||||||
solid: true
|
solid: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user