Add Attachment Video

This commit is contained in:
sylor_huang@126.com 2020-09-24 14:57:11 +08:00
parent 615a4debe5
commit dd9de256e4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Attachment extends Component {
show_video_modal = (item) => {
this.setState({
show_video: true,
video_url: item.url,
video_url: item.absolute_path,
video_title: item.title,
});
};