We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858b189 commit 497973eCopy full SHA for 497973e
adminforth/spa/src/views/ListView.vue
@@ -100,7 +100,7 @@
100
</button>
101
102
<ThreeDotsMenu
103
- v-if="!coreStore.isResourceFetching && !initInProcess"
+ v-if="!coreStore.isResourceFetching"
104
:threeDotsDropdownItems="(coreStore.resourceOptions?.pageInjections?.list?.threeDotsDropdownItems as [])"
105
:bulkActions="coreStore.resource?.options?.bulkActions"
106
:checkboxes="checkboxes"
0 commit comments