diff options
author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-09-18 17:39:20 -0400 |
---|---|---|
committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-09-18 17:39:20 -0400 |
commit | f5e765adff1e7b32250eb503c9724a4ac99117f3 (patch) | |
tree | c484f8b279ae2a07b16802df86ab4f905918eab5 /src/client/util/reportManager/ReportManager.tsx | |
parent | 022540e2833025409fd8017c5c9ecb3bfc93867b (diff) |
prepare merge
Diffstat (limited to 'src/client/util/reportManager/ReportManager.tsx')
-rw-r--r-- | src/client/util/reportManager/ReportManager.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/reportManager/ReportManager.tsx b/src/client/util/reportManager/ReportManager.tsx index e684bd637..e6de410a7 100644 --- a/src/client/util/reportManager/ReportManager.tsx +++ b/src/client/util/reportManager/ReportManager.tsx @@ -128,6 +128,7 @@ export class ReportManager extends React.Component<{}> { let formattedLinks: string[] = []; if (this.formData.mediaFiles.length > 0) { const links = await uploadFilesToServer(this.formData.mediaFiles); + console.log('Links', links); if (links) { formattedLinks = links; } |