summaryrefslogtreecommitdiff
path: root/src/views/Logs/Dumps/DumpsForm.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Logs/Dumps/DumpsForm.vue')
-rw-r--r--src/views/Logs/Dumps/DumpsForm.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/Logs/Dumps/DumpsForm.vue b/src/views/Logs/Dumps/DumpsForm.vue
index 07f4a060..0a9b0589 100644
--- a/src/views/Logs/Dumps/DumpsForm.vue
+++ b/src/views/Logs/Dumps/DumpsForm.vue
@@ -73,7 +73,7 @@ export default {
this.infoToast(this.$t('pageDumps.toast.successStartBmcDump'), {
title: this.$t('pageDumps.toast.successStartBmcDumpTitle'),
timestamp: true,
- })
+ }),
)
.catch(({ message }) => this.errorToast(message));
}
@@ -88,7 +88,7 @@ export default {
this.infoToast(this.$t('pageDumps.toast.successStartSystemDump'), {
title: this.$t('pageDumps.toast.successStartSystemDumpTitle'),
timestamp: true,
- })
+ }),
)
.catch(({ message }) => this.errorToast(message));
},