Skip to content

Commit 2d19ee8

Browse files
committed
frontend: add history entry navigating to add-account
Navigating to add-account should add a history entry so that back goes back to manage-accounts.
1 parent b866842 commit 2d19ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/web/src/routes/settings/manage-accounts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class ManageAccounts extends Component<Props, State> {
234234
<Button
235235
className={style.addAccountBtn}
236236
primary
237-
onClick={() => route('/add-account', true)}>
237+
onClick={() => route('/add-account')}>
238238
{t('addAccount.title')}
239239
</Button>
240240
<Grid col="1">

0 commit comments

Comments
 (0)