mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-26 18:48:15 +02:00
fixed Bug:After deleting a board, using the undo feature would redirect to an error page displaying "board-not-found."
This commit is contained in:
parent
d7cb5f8bd2
commit
7d99f7dc7a
@ -224,8 +224,8 @@ class Mutator {
|
||||
await afterRedo?.(board)
|
||||
},
|
||||
async () => {
|
||||
await beforeUndo?.(board)
|
||||
await octoClient.undeleteBoard(board.id)
|
||||
await beforeUndo?.(board)
|
||||
},
|
||||
description,
|
||||
this.undoGroupId,
|
||||
|
Loading…
x
Reference in New Issue
Block a user