Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Oct 6, 2023
1 parent 8b22d87 commit 1250cbc
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ export class AmendmentCreateWizardComponent extends BaseMeetingComponent impleme
};

const { sequential_number } = await this.repo.createParagraphBased(motionCreate);
this.router.navigate([this.activeMeetingId, `motions`, sequential_number], { replaceUrl: true, state: { canGoBack: true } });
this.router.navigate([this.activeMeetingId, `motions`, sequential_number], {
replaceUrl: true,
state: { canGoBack: true }
});
}

/**
Expand Down

0 comments on commit 1250cbc

Please sign in to comment.