Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Pull request #154: AG-16200: removed switch to first step after final…
Browse files Browse the repository at this point in the history
… in wizard

Merge in EXTENSIONS/browser-extension-v3 from fixes/AG-16200 to master

Squashed commit of the following:

commit c08099f
Merge: a7bcd50 00f4bd9
Author: Dmitriy Seregin <d.seregin@adguard.com>
Date:   Mon Aug 29 20:59:36 2022 +0300

    Merge branch 'master' into fixes/AG-16200

commit a7bcd50
Author: Dmitriy Seregin <d.seregin@adguard.com>
Date:   Mon Aug 29 20:57:35 2022 +0300

    fix

commit 6997f71
Author: Dmitriy Seregin <d.seregin@adguard.com>
Date:   Mon Aug 29 20:51:46 2022 +0300

    AG-16200: removed switch to first step after final in wizard
  • Loading branch information
105th committed Aug 29, 2022
1 parent 00f4bd9 commit 4ed47ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/popup/stores/WizardStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
computed,
makeObservable,
observable,
runInAction,
} from 'mobx';

import { IconId } from 'Common/components/ui/Icons';
Expand Down Expand Up @@ -82,8 +81,5 @@ export class WizardStore {
@action
skipWizard = async () => {
await this.rootStore.settingsStore.hideWizard();
runInAction(() => {
this.step = INITIAL_STEP;
});
};
}

0 comments on commit 4ed47ca

Please sign in to comment.