|
@@ -179,7 +179,7 @@ const Option = () => {
|
|
|
}
|
|
|
}, [state.activeID])
|
|
|
|
|
|
- const DraggableBodyRow = ({ className, style, ...restProps }) => {
|
|
|
+ const DraggableBodyRow = ({ ...restProps }) => {
|
|
|
if (state.menuDataItems?.length) {
|
|
|
const index = state.menuDataItems?.findIndex(x => x.index === restProps['data-row-key'])
|
|
|
return <SortableItem index={index} {...restProps} />
|