summaryrefslogtreecommitdiff
path: root/src/store/modules/Settings
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-04 17:05:44 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-04 17:05:44 +0300
commit87ed13ac7e47945e3c5e1ed94f5aade99d2cc5ae (patch)
tree916f8bbf9341fc4d69eef4252b6f3751bc2ad744 /src/store/modules/Settings
parent597dbacbb1eec27115b0e8e5dfe1876952f99ac2 (diff)
downloadwebui-vue-87ed13ac7e47945e3c5e1ed94f5aade99d2cc5ae.tar.xz
move tasks from sila-dev, lysak
Diffstat (limited to 'src/store/modules/Settings')
-rw-r--r--src/store/modules/Settings/DateTimeStore.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/store/modules/Settings/DateTimeStore.js b/src/store/modules/Settings/DateTimeStore.js
index 51b722a8..84535f94 100644
--- a/src/store/modules/Settings/DateTimeStore.js
+++ b/src/store/modules/Settings/DateTimeStore.js
@@ -68,7 +68,10 @@ const DateTimeStore = {
}
})
.then(() => {
- return i18n.t('pageDateTime.toast.successSaveDateTime');
+ return [
+ i18n.t('pageDateTime.toast.successSaveDateTime'),
+ i18n.t('pageDateTime.toast.delaySaveDateTime'),
+ ];
})
.catch((error) => {
console.log(error);