Skip to content

Commit

Permalink
LDBR-4.32: Правки в редирект после инвайта на карточку (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiyX authored Dec 16, 2021
1 parent c70d935 commit 10031a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/BoardStore/BoardStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ class BoardStore extends BaseStore {

switch (payload.status) {
case HttpStatusCodes.Ok:
Router.go(`/board/${this._storage.get('bid')}`, true);
Router.go(`/board/${payload.data.bid}`, true);
return;

default:
Expand Down

0 comments on commit 10031a7

Please sign in to comment.