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
This commit is contained in:
committed by
Facebook Github Bot
parent
199e7e3268
commit
5d124e2764
@@ -24,7 +24,6 @@ import {
|
||||
Text,
|
||||
styled,
|
||||
colors,
|
||||
SupportRequestFormManager,
|
||||
SupportRequestFormV2,
|
||||
constants,
|
||||
ReduxState,
|
||||
@@ -83,11 +82,7 @@ export default class Layout extends FlipperPlugin<State, any, PersistedState> {
|
||||
<FlipperADButton
|
||||
type="primary"
|
||||
onClick={() => {
|
||||
this.props.setStaticView(
|
||||
GK.get('support_requests_v2')
|
||||
? SupportRequestFormV2
|
||||
: SupportRequestFormManager,
|
||||
);
|
||||
this.props.setStaticView(SupportRequestFormV2);
|
||||
}}>
|
||||
Try it out
|
||||
</FlipperADButton>
|
||||
|
||||
Reference in New Issue
Block a user