cut staging from master - dropzone fix #710

Merged
daovist merged 2 commits from master into staging 2018-11-09 19:57:26 +01:00
Showing only changes of commit b4ed8f7699 - Show all commits

View file

@ -84,7 +84,7 @@ class Dropzone extends React.Component {
const { dragOver, mouseOver, dimPreview } = this.state;
const { file, thumbnail, fileError, isUpdate, sourceUrl, fileExt } = this.props;
return (
<div>
<div className="dropzone-wrapper">
{isUpdate && fileExt === 'mp4' ? (
<p>Video updates are currently disabled. This feature will be available soon. You can edit metadata.</p>
) : (