Fixes the end of the loop in model error message appearing while page loading indicator was displayed (without actual loop error) (#1405)

Signed-off-by: Gautier Taravella <tarag@mailbox.org>
pull/1409/head
Gautier 2022-06-10 20:08:31 +02:00 committed by GitHub
parent f699f11dfc
commit 90eeaedd9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -30,10 +30,12 @@
<f7-preloader :size="30" />
<div>Loading...</div>
</f7-block-title>
<f7-block-title v-if="loopError">
<div>Error!</div>
</f7-block-title>
{{ loopError }}. Please correct and refresh.
<f7-block v-if="loopError">
<f7-block-title>
<div>Error!</div>
</f7-block-title>
{{ loopError }}. Please correct and refresh.
</f7-block>
</f7-block>
<f7-tabs v-else>
<f7-tab id="tab-overview" :tab-active="currentTab === 'overview'" @tab:show="() => this.currentTab = 'overview'">