add selectThumbnail component
This commit is contained in:
parent
96ac407b0e
commit
753fbc72a4
2 changed files with 1 additions and 2 deletions
|
@ -389,7 +389,6 @@ class PublishForm extends React.PureComponent<Props> {
|
|||
updatePublishForm={updatePublishForm}
|
||||
formDisabled={formDisabled}
|
||||
/>
|
||||
<p>status: {uploadThumbnailStatus}</p>
|
||||
</FormRow>
|
||||
<FormRow padded>
|
||||
<FormField
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// @flow
|
||||
import { STATUSES } from 'lbry-redux';
|
||||
import * as MODALS from 'constants/modal_types';
|
||||
import * as STATUSES from 'constants/thumbnail_upload_statuses';
|
||||
import React from 'react';
|
||||
import { FormField } from 'component/common/form';
|
||||
import FileSelector from 'component/common/file-selector';
|
||||
|
|
Loading…
Reference in a new issue