From 7af77d3eb0a73a0bd27898f5d3842c7dc7afef77 Mon Sep 17 00:00:00 2001 From: fragosti Date: Tue, 22 May 2018 10:15:58 -0700 Subject: Basic onboarding flow infrastructure set up --- packages/website/ts/redux/dispatcher.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packages/website/ts/redux/dispatcher.ts') diff --git a/packages/website/ts/redux/dispatcher.ts b/packages/website/ts/redux/dispatcher.ts index 340b80d49..0b4cc3938 100644 --- a/packages/website/ts/redux/dispatcher.ts +++ b/packages/website/ts/redux/dispatcher.ts @@ -174,6 +174,13 @@ export class Dispatcher { }); } + public updatePortalOnboardingShowing(isShowing: boolean): void { + this._dispatch({ + data: isShowing, + type: ActionTypes.UpdatePortalOnboardingShowing, + }); + } + // Docs public updateCurrentDocsVersion(version: string): void { this._dispatch({ -- cgit v1.2.3