From 8fd012a8a35654e62bf87a986f020e2df0ad2d7d Mon Sep 17 00:00:00 2001 From: Ananya Arun Date: Wed, 29 Sep 2021 18:26:36 -0700 Subject: [PATCH] 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 --- desktop/app/src/reducers/supportForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/app/src/reducers/supportForm.tsx b/desktop/app/src/reducers/supportForm.tsx index e76a9bf53..4b3220724 100644 --- a/desktop/app/src/reducers/supportForm.tsx +++ b/desktop/app/src/reducers/supportForm.tsx @@ -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.workplaceGroupID, DEFAULT_SUPPORT_GROUP.requiredPlugins,