Skip to content

Commit 497973e

Browse files
committed
fix: fix unclicable threeDotsMenu in listView
1 parent 858b189 commit 497973e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/views/ListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</button>
101101

102102
<ThreeDotsMenu
103-
v-if="!coreStore.isResourceFetching && !initInProcess"
103+
v-if="!coreStore.isResourceFetching"
104104
:threeDotsDropdownItems="(coreStore.resourceOptions?.pageInjections?.list?.threeDotsDropdownItems as [])"
105105
:bulkActions="coreStore.resource?.options?.bulkActions"
106106
:checkboxes="checkboxes"

0 commit comments

Comments
 (0)