Better error handling
This commit is contained in:
parent
e687b58091
commit
b78227456e
5 changed files with 36 additions and 10 deletions
src/components/user_profile
|
@ -55,7 +55,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<span v-if="error">{{ $t('user_profile.profile_does_not_exist') }}</span>
|
||||
<span v-if="error">{{ error }}</span>
|
||||
<i class="icon-spin3 animate-spin" v-else></i>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue