Skip to content

Commit

Permalink
Merge branch 'v3' into modular-bonus-points
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach authored Sep 17, 2024
2 parents 946cd5a + 5e0be7e commit 370572f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ function CompletionStep({
<Button.Label>{t('manage.sessionForms.openOverview')}</Button.Label>
</Button>
{editMode ? (
<Button onClick={onCloseWizard}>
<Button
onClick={() => {
onCloseWizard()
router.push({ pathname: '/' }, undefined, { shallow: true })
}}
>
<Button.Icon>
<FontAwesomeIcon icon={faXmark} />
</Button.Icon>
Expand Down

0 comments on commit 370572f

Please sign in to comment.