Remove hash option for thumbnail

This commit is contained in:
Brett Sun 2016-01-21 17:20:45 +01:00
parent 0d2a8504ba
commit aef3bf5094
1 changed files with 1 additions and 3 deletions

View File

@ -216,9 +216,7 @@ let RegisterPieceForm = React.createClass({
plural: getLangText('Select representative images')
}}
isFineUploaderActive={isFineUploaderActive}
disabled={!isFineUploaderEditable}
enableLocalHashing={enableLocalHashing}
uploadMethod={location.query.method} />
disabled={!isFineUploaderEditable} />
</Property>
<Property
name='artist_name'