From 9bad9ba97601a5db5f01b47224b231803fcee35c Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Wed, 2 Oct 2019 05:46:25 -0700 Subject: [PATCH] Add status messages for the Support Form Summary: Shows status messages for the Support Form Reviewed By: passy Differential Revision: D17601944 fbshipit-source-id: a2a8ad392dfbaf467625eb809020d687d066da57 --- src/reducers/application.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reducers/application.tsx b/src/reducers/application.tsx index 28975188e..f273ed39d 100644 --- a/src/reducers/application.tsx +++ b/src/reducers/application.tsx @@ -42,7 +42,7 @@ export type ServerPorts = { secure: number; }; -type StatusMessageType = { +export type StatusMessageType = { msg: string; sender: string; };