diff --git a/components/lib/orderlist/OrderListControls.js b/components/lib/orderlist/OrderListControls.js index fa4b4cbb69..7539961891 100644 --- a/components/lib/orderlist/OrderListControls.js +++ b/components/lib/orderlist/OrderListControls.js @@ -189,12 +189,14 @@ export const OrderListControls = React.memo((props) => { ptm('moveBottomButton') ); + const isMoveDisabled = ObjectUtils.isEmpty(props.selection); + return (