fix: fixed rerender of boards component after changes in statuses

This commit is contained in:
2025-08-01 11:08:53 +04:00
parent 5fe9ea6747
commit 5137836265
6 changed files with 75 additions and 31 deletions

View File

@ -14,7 +14,9 @@ const Boards = () => {
return <Board board={board} />;
};
const onDragEnd = (itemId: number, newLexorank: string) => {};
const onDragEnd = (itemId: number, newLexorank: string) => {
console.log("onDragEnd:", itemId, newLexorank);
};
return (
<ScrollArea