fix: move draggable
This commit is contained in:
parent
ea27fbdea9
commit
2c38bf139f
@ -85,7 +85,7 @@ export const components = {
|
||||
);
|
||||
},
|
||||
row: (props) => {
|
||||
return <tr draggable {...props} />;
|
||||
return <tr {...props} />;
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user