Skip to content

Commit

Permalink
Set to false isCbuilderBoard on cancel dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Aug 26, 2024
1 parent d347675 commit 51fb0a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Board/Board.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,8 @@ export class BoardContainer extends Component {
if (isSaving) return;
this.setState({
copyPublicBoard: false,
blockedPrivateBoard: false
blockedPrivateBoard: false,
isCbuilderBoard: false
});
};

Expand Down

0 comments on commit 51fb0a5

Please sign in to comment.