From a285e96aad715a8a1bd81fb0eda7fa3f94ac8156 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Wed, 24 Aug 2022 23:47:17 -0400 Subject: fix upload bug with not upading fields --- src/client/util/ReportManager.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/client/util/ReportManager.tsx') diff --git a/src/client/util/ReportManager.tsx b/src/client/util/ReportManager.tsx index 55c5ca87f..b36e7e063 100644 --- a/src/client/util/ReportManager.tsx +++ b/src/client/util/ReportManager.tsx @@ -140,7 +140,7 @@ export class ReportManager extends React.Component<{}> { // if we're down here, then we're good to go. reset the fields. this.setBugTitle(''); this.setBugDescription(''); - this.toGithub = false; + // this.toGithub = false; this.setFileLinks([]); this.setBugType(''); this.setBugPriority(''); @@ -176,10 +176,10 @@ export class ReportManager extends React.Component<{}> { (

Report an Issue


- this.bugTitle = e.target.value} required/> + this.setBugTitle(e.target.value)} required/>
-