We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2f3ad commit fe1bd3dCopy full SHA for fe1bd3d
adminforth/spa/src/components/BreadcrumbsWithButtons.vue
@@ -6,7 +6,7 @@
6
<slot></slot>
7
</div>
8
9
- <div v-if="!coreStore.resource && !coreStore.isResourceFetching" >
+ <div v-if="coreStore.resourceColumnsError" >
10
<PageNotFound :errorMessage="coreStore.resourceColumnsError" />
11
12
0 commit comments