mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Merge pull request #128 from ascribe/AG-127-remove-hash-option-for-thumbnail
Remove hash option for thumbnail
This commit is contained in:
commit
9f0a071473
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user