Autofill title and description in the support form

Summary: Added autofill for title and description. Description are the list of steps users have taken to troubleshoot.

Reviewed By: mweststrate

Differential Revision: D31263065

fbshipit-source-id: 932e6cb42438cd2da0d7e8686f0f7e0fa69ee586
This commit is contained in:
Ananya Arun
2021-09-29 18:26:36 -07:00
committed by Facebook GitHub Bot
parent cf1d579462
commit 8fd012a8a3

View File

@@ -240,7 +240,7 @@ export class Group {
} }
} }
const DEFAULT_GROUP = new Group( export const DEFAULT_GROUP = new Group(
DEFAULT_SUPPORT_GROUP.name, DEFAULT_SUPPORT_GROUP.name,
DEFAULT_SUPPORT_GROUP.workplaceGroupID, DEFAULT_SUPPORT_GROUP.workplaceGroupID,
DEFAULT_SUPPORT_GROUP.requiredPlugins, DEFAULT_SUPPORT_GROUP.requiredPlugins,