Skip to content

Commit

Permalink
Merge pull request #4582 from rory-instil/master
Browse files Browse the repository at this point in the history
Fix #4581 - Adding back missing 'moveUpButtonProps' in OrderList
  • Loading branch information
tugcekucukoglu authored Oct 10, 2023
2 parents e113974 + 2c913a2 commit 463c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/orderlist/OrderList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</slot>
</template>
</OLButton>
<OLButton type="button" @click="moveTop" :aria-label="moveTopAriaLabel" :disabled="moveDisabled()" :pt="ptm('moveTopButton')" v-bind="ptm('moveTopButton')" :unstyled="unstyled">
<OLButton type="button" @click="moveTop" :aria-label="moveTopAriaLabel" :disabled="moveDisabled()" :pt="ptm('moveTopButton')" v-bind="moveTopButtonProps" :unstyled="unstyled">
<template #icon>
<slot name="movetopicon">
<AngleDoubleUpIcon v-bind="ptm('moveTopButton')['icon']" data-pc-section="movetopicon" />
Expand Down

0 comments on commit 463c35b

Please sign in to comment.