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
This commit is contained in:
Pritesh Nandgaonkar
2019-10-02 05:46:25 -07:00
committed by Facebook Github Bot
parent 05328167c6
commit 9bad9ba976

View File

@@ -42,7 +42,7 @@ export type ServerPorts = {
secure: number; secure: number;
}; };
type StatusMessageType = { export type StatusMessageType = {
msg: string; msg: string;
sender: string; sender: string;
}; };