diff options
author | bobzel <zzzman@gmail.com> | 2025-03-23 10:27:28 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-23 10:27:28 -0400 |
commit | d0fccd1050f5d6ccc24c1e4d2b7d1c0ed94fb2a7 (patch) | |
tree | de590c363ca12b13a93c4ba12005a8d76b633759 /src/client/views/nodes/AudioBox.tsx | |
parent | bc308b888f41e8789f1b9f522ced46e68e726862 (diff) |
updated more [DocData] to .$ things
Diffstat (limited to 'src/client/views/nodes/AudioBox.tsx')
-rw-r--r-- | src/client/views/nodes/AudioBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx index 25e76e2a6..e0d59cc9d 100644 --- a/src/client/views/nodes/AudioBox.tsx +++ b/src/client/views/nodes/AudioBox.tsx @@ -296,7 +296,7 @@ export class AudioBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { 'Content-Type': 'application/json', }, }); - this.Document[DocData].phoneticTranscription = response.data['transcription']; + this.Document.$phoneticTranscription = response.data['transcription']; }; // context menu |