Skip to content

Commit

Permalink
Remove outdated and unused menu-align attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Feb 14, 2023
1 parent e51ebda commit b77ac58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This component is meant to be used inside a DashboardWidget component.
{{ subText }}
</p>
</div>
<NcActions v-if="gotMenu" :force-menu="forceMenu" menu-align="right">
<NcActions v-if="gotMenu" :force-menu="forceMenu">
<!-- @slot This slot can be used to provide actions for each dashboard widget item. -->
<slot name="actions">
<NcActionButton v-for="(m, menuItemId) in itemMenu"
Expand Down
2 changes: 0 additions & 2 deletions src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@
class="list-item-content__actions"
@click.prevent.stop="">
<NcActions ref="actions"
menu-align="right"
:aria-label="computedActionsAriaLabel"
@update:open="handleActionsUpdateOpen">
<!-- @slot Provide the actions for the right side quick menu -->
Expand All @@ -280,7 +279,6 @@
class="list-item-content__actions"
@click.prevent.stop="">
<NcActions ref="actions"
menu-align="right"
:aria-label="computedActionsAriaLabel"
@update:open="handleActionsUpdateOpen">
<!-- @slot Provide the actions for the right side quick menu -->
Expand Down

0 comments on commit b77ac58

Please sign in to comment.