fix: fixed dragging of deal in the same status

This commit is contained in:
2025-08-04 00:13:40 +04:00
parent 315e7db3db
commit 2ae9c619c7
2 changed files with 6 additions and 5 deletions

View File

@ -19,7 +19,6 @@ const Boards = () => {
};
const selectBoard = (board: BoardSchema) => {
console.log("Board selecting:", board);
setSelectedBoard(board);
};