chore: tidy ups

This commit is contained in:
Josh 2022-11-07 11:33:48 +00:00
parent 3e39b41cdf
commit 102b842485

View File

@ -123,7 +123,6 @@ const DraggedItem = ({
end() { end() {
// Update the errors // Update the errors
triggerFormValidation(); triggerFormValidation();
// setIsDraggingSibling(false);
}, },
collect: (monitor) => ({ collect: (monitor) => ({
isDragging: monitor.isDragging(), isDragging: monitor.isDragging(),