File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
</div >
36
36
</a >
37
37
</li >
38
- <li v-if =" checkboxes.length" v-for =" action in bulkActions" :key =" action.id" >
39
- <a v-if = " action.showInThreeDotsDropdown===true " href =" #" @click.prevent =" startBulkAction(action.id)" class =" block px-4 py-2 hover:text-lightThreeDotsMenuBodyTextHover hover:bg-lightThreeDotsMenuBodyBackgroundHover dark:hover:bg-darkThreeDotsMenuBodyBackgroundHover dark:hover:text-darkThreeDotsMenuBodyTextHover" >
38
+ <li v-if =" checkboxes.length" v-for =" action in bulkActions.filter(a => a.showInThreeDotsDropdown) " :key =" action.id" >
39
+ <a href =" #" @click.prevent =" startBulkAction(action.id)" class =" block px-4 py-2 hover:text-lightThreeDotsMenuBodyTextHover hover:bg-lightThreeDotsMenuBodyBackgroundHover dark:hover:bg-darkThreeDotsMenuBodyBackgroundHover dark:hover:text-darkThreeDotsMenuBodyTextHover" >
40
40
<div class =" flex items-center gap-2" >
41
41
<component
42
42
v-if =" action.icon"
You can’t perform that action at this time.
0 commit comments