Skip to content

Commit

Permalink
fix breaking changes caused by change at main over update Api action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivm committed Jun 28, 2024
1 parent d054d2b commit ef123c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Board/Board.actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ export function updateApiMarkedBoards() {
dispatch(updateBoard(boardData));
try {
const boardId = await dispatch(
updateApiObjectsNoChild(boardData, false, true)
updateApiObjectsNoChild(boardData, true)
);
dispatch(
replaceBoard({ ...boardData }, { ...boardData, id: boardId })
Expand Down

0 comments on commit ef123c4

Please sign in to comment.