Adding back missing 'moveUpButtonProps' in OrderList

pull/4582/head
Rory Armstrong 2023-10-10 09:32:56 +01:00
parent 550bd29004
commit 2c913a2803
1 changed files with 1 additions and 1 deletions

View File

@ -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" />