Skip to content

Commit

Permalink
Adjust feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Sep 4, 2024
1 parent 1245ee8 commit 54b18a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/src/views/video-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ var VideoEditView = BrightcoveView.extend({
this.model.set('custom_fields', custom);
this.model.set('custom', custom_fields);

const history = document.querySelector('.brightcove-change-history').value;
const history = this.el.querySelector('.brightcove-change-history').value;
const historyJson = JSON.stringify(history.split('\n').map((line) => line.trim()));
this.model.set('_change_history', historyJson);

Expand Down

0 comments on commit 54b18a5

Please sign in to comment.