adds tags to channelUpdate #2641

Merged
jessopb merged 2 commits from channelTags into master 2019-07-23 01:25:42 +02:00
jessopb commented 2019-07-18 19:06:11 +02:00 (Migrated from github.com)
depends on https://github.com/lbryio/lbry-redux/pull/168
neb-b (Migrated from github.com) reviewed 2019-07-18 19:06:11 +02:00
neb-b (Migrated from github.com) requested changes 2019-07-21 22:50:20 +02:00
neb-b (Migrated from github.com) left a comment

A couple minor changes

A couple minor changes
@ -4,11 +4,11 @@ import { parseURI } from 'lbry-redux';
import { Form, FormField } from 'component/common/form';
neb-b (Migrated from github.com) commented 2019-07-21 22:50:05 +02:00

These should be component/selectAsset/component/tagsSelect

@jessopb I think this might be why you were running into those flow issues, because you weren't importing the index.js file so no props will be injected.

These should be `component/selectAsset`/`component/tagsSelect` @jessopb I think this might be why you were running into those flow issues, because you weren't importing the `index.js` file so no props will be injected.
@ -177,6 +181,25 @@ function ChannelForm(props: Props) {
disabled={false}
neb-b (Migrated from github.com) commented 2019-07-21 22:48:33 +02:00

... to discover your channel

`... to discover your channel`
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#2641
No description provided.