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,
|
Text,
|
||||||
styled,
|
styled,
|
||||||
colors,
|
colors,
|
||||||
SupportRequestFormManager,
|
|
||||||
SupportRequestFormV2,
|
SupportRequestFormV2,
|
||||||
constants,
|
constants,
|
||||||
ReduxState,
|
ReduxState,
|
||||||
@@ -83,11 +82,7 @@ export default class Layout extends FlipperPlugin<State, any, PersistedState> {
|
|||||||
<FlipperADButton
|
<FlipperADButton
|
||||||
type="primary"
|
type="primary"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
this.props.setStaticView(
|
this.props.setStaticView(SupportRequestFormV2);
|
||||||
GK.get('support_requests_v2')
|
|
||||||
? SupportRequestFormV2
|
|
||||||
: SupportRequestFormManager,
|
|
||||||
);
|
|
||||||
}}>
|
}}>
|
||||||
Try it out
|
Try it out
|
||||||
</FlipperADButton>
|
</FlipperADButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user