forked from Gitlink/forgeplus-react
Add Attachment Video
This commit is contained in:
parent
615a4debe5
commit
dd9de256e4
|
@ -28,7 +28,7 @@ class Attachment extends Component {
|
||||||
show_video_modal = (item) => {
|
show_video_modal = (item) => {
|
||||||
this.setState({
|
this.setState({
|
||||||
show_video: true,
|
show_video: true,
|
||||||
video_url: item.url,
|
video_url: item.absolute_path,
|
||||||
video_title: item.title,
|
video_title: item.title,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue