diff --git a/resources/js/views/Accounts.vue b/resources/js/views/Accounts.vue index b7801244..7d695dbe 100644 --- a/resources/js/views/Accounts.vue +++ b/resources/js/views/Accounts.vue @@ -346,7 +346,7 @@ }) if ( this.accounts.length > 0 && !objectEquals(accounts, this.accounts) ) { - this.$notify({ type: 'is-warning', text: '' + this.$t('commons.some_data_have_changed') + '
' + this.$t('commons.reload') + '', duration:-1, closeOnClick: false }) + this.$notify({ type: 'is-dark', text: '' + this.$t('commons.some_data_have_changed') + '
' + this.$t('commons.reload') + '', duration:-1, closeOnClick: false }) } else if( this.accounts.length === 0 && accounts.length === 0 ) { // No account yet, we force user to land on the start view.