fix: interceptor error from extension issue (#3548)

This commit is contained in:
Nivedin
2023-11-14 17:17:23 +05:30
committed by GitHub
parent e24d0ce605
commit 8d7509cdea
10 changed files with 143 additions and 12 deletions

View File

@@ -11,6 +11,12 @@
<HoppSmartSpinner class="my-4" />
<span class="text-secondaryLight">{{ t("state.loading") }}</span>
</div>
<component
:is="response.component"
v-if="response.type === 'extension_error'"
class="flex-1"
/>
<HoppSmartPlaceholder
v-if="response.type === 'network_fail'"
:src="`/images/states/${colorMode.value}/youre_lost.svg`"