Error message not displayed

This commit is contained in:
Alain Nussbaumer 2023-03-17 00:19:14 +01:00
parent a4ae747b15
commit c9c6094e5b

View File

@ -128,7 +128,7 @@ export default {
})
.catch(() => {
this.$store.dispatch('add_notification', {
text: this.$t('server.connection.failed'),
text: this.$t('server.connection-failed'),
type: 'danger',
topic: 'connection'
})