Skip to content

Commit

Permalink
Restore audio url in background audio player [src] in submission preview
Browse files Browse the repository at this point in the history
Fix #4859
  • Loading branch information
p2edwards committed Mar 15, 2024
1 parent 759f844 commit eb1f8bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsapp/js/components/submissions/table.es6
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,8 @@ export class DataTable extends React.Component {
const backgroundAudioUrl = getMediaAttachment(
row.original,
row.original[backgroundAudioName]
row.original[backgroundAudioName],
META_QUESTION_TYPES['background-audio'],
)?.download_medium_url;

this.submissionModalProcessing(
Expand Down

0 comments on commit eb1f8bd

Please sign in to comment.