From 5d124e2764b3450586fd92da8b00011063d108a1 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Wed, 4 Dec 2019 03:58:28 -0800 Subject: [PATCH] Always use new support form Summary: See D18783129, we now want to always link to the new form Reviewed By: passy Differential Revision: D18807766 fbshipit-source-id: 2389470b12dc36159cab5d61dbb67dfb56c2408f --- src/plugins/layout/index.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/plugins/layout/index.tsx b/src/plugins/layout/index.tsx index 895d30b77..f3067011f 100644 --- a/src/plugins/layout/index.tsx +++ b/src/plugins/layout/index.tsx @@ -24,7 +24,6 @@ import { Text, styled, colors, - SupportRequestFormManager, SupportRequestFormV2, constants, ReduxState, @@ -83,11 +82,7 @@ export default class Layout extends FlipperPlugin { { - this.props.setStaticView( - GK.get('support_requests_v2') - ? SupportRequestFormV2 - : SupportRequestFormManager, - ); + this.props.setStaticView(SupportRequestFormV2); }}> Try it out