From 1250cbca303e510e0f3070e4e791cf3e38cf90c2 Mon Sep 17 00:00:00 2001 From: Bastian Date: Fri, 6 Oct 2023 14:37:23 +0200 Subject: [PATCH] Cleanup --- .../amendment-create-wizard.component.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.ts b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.ts index 036e131088..30df9d84f3 100644 --- a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.ts +++ b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.ts @@ -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 } + }); } /**