fix: fixed dragging of deal in the same status
This commit is contained in:
@ -19,7 +19,6 @@ const Boards = () => {
|
||||
};
|
||||
|
||||
const selectBoard = (board: BoardSchema) => {
|
||||
console.log("Board selecting:", board);
|
||||
setSelectedBoard(board);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user