We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4ae8d commit 0f7f962Copy full SHA for 0f7f962
adminforth/spa/src/components/BreadcrumbsWithButtons.vue
@@ -13,7 +13,7 @@
13
</div>
14
15
16
- <div class="absolute inset-0 z-50 bg-white " v-if="coreStore.resourceColumnsError?.includes('not found')">
+ <div class="absolute inset-0 z-50 bg-white " v-if="!coreStore.resource && !coreStore.isResourceFetching">
17
<PageNotFound />
18
19
0 commit comments