From 78139ad14e7d6073ed6c0089b171712babd01faa Mon Sep 17 00:00:00 2001 From: Jan Niggemann Date: Tue, 15 Aug 2023 14:50:36 +0200 Subject: [PATCH] Move notification to BottomLeft fixes #2644 --- frontend/src/utils/vue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/vue.js b/frontend/src/utils/vue.js index 962a7f9d..9b7cce45 100644 --- a/frontend/src/utils/vue.js +++ b/frontend/src/utils/vue.js @@ -12,7 +12,7 @@ Vue.config.productionTip = true; const notyDefault = { type: "info", - layout: "bottomRight", + layout: "bottomLeft", timeout: 1000, progressBar: true, };