diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-10-09 12:59:42 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-10-09 12:59:42 -0400 |
| commit | 461253999837ddcab1c157117fa0931fd3aa5332 (patch) | |
| tree | 730f8185bc8a9dd3adf2b9aad05bfc22eba371cd /src/client/views/nodes/ComparisonBox.tsx | |
| parent | c9f90fbda9f9b3fc3e5fe5ade134f32af6074617 (diff) | |
textbox
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.tsx')
| -rw-r--r-- | src/client/views/nodes/ComparisonBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ComparisonBox.tsx b/src/client/views/nodes/ComparisonBox.tsx index 81e223028..09f35e7ab 100644 --- a/src/client/views/nodes/ComparisonBox.tsx +++ b/src/client/views/nodes/ComparisonBox.tsx @@ -390,7 +390,7 @@ export class ComparisonBox extends ViewBoxAnnotatableComponent<FieldViewProps>() */ pushInfo = async () => { const audio = { - file: this._audio.url, + file: DocCast(this.Document.audio)[DocData].url, }; const response = await axios.post('http://localhost:105/recognize/', audio, { headers: { |
