File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ This component is meant to be used inside a DashboardWidget component.
5656 {{ subText }}
5757 </p >
5858 </div >
59- <NcActions v-if =" gotMenu" :force-menu =" forceMenu" menu-align = " right " >
59+ <NcActions v-if =" gotMenu" :force-menu =" forceMenu" >
6060 <!-- @slot This slot can be used to provide actions for each dashboard widget item. -->
6161 <slot name =" actions" >
6262 <NcActionButton v-for =" (m, menuItemId) in itemMenu"
Original file line number Diff line number Diff line change 267267 class =" list-item-content__actions"
268268 @click.prevent.stop =" " >
269269 <NcActions ref =" actions"
270- menu-align =" right"
271270 :aria-label =" computedActionsAriaLabel"
272271 @update:open =" handleActionsUpdateOpen" >
273272 <!-- @slot Provide the actions for the right side quick menu -->
280279 class =" list-item-content__actions"
281280 @click.prevent.stop =" " >
282281 <NcActions ref =" actions"
283- menu-align =" right"
284282 :aria-label =" computedActionsAriaLabel"
285283 @update:open =" handleActionsUpdateOpen" >
286284 <!-- @slot Provide the actions for the right side quick menu -->
You can’t perform that action at this time.
0 commit comments