diff --git a/react/components/PublishForm.jsx b/react/components/PublishForm.jsx index 764b35ba..f8b1dfbc 100644 --- a/react/components/PublishForm.jsx +++ b/react/components/PublishForm.jsx @@ -1,8 +1,8 @@ import React from 'react'; import PreviewDropzone from './PreviewDropzone.jsx'; -import TitleInput from './PublishTitleInput.jsx'; +import PublishTitleInput from './PublishTitleInput.jsx'; import ChannelSelector from './ChannelSelector.jsx'; -import UrlChooser from './PublishUrlInput.jsx'; +import PublishUrlInput from './PublishUrlInput.jsx'; import PublishThumbnailInput from './PublishThumbnailInput.jsx'; import PublishMetadataInputs from './PublishMetadataInputs.jsx'; import AnonymousOrChannelSelect from './AnonymousOrChannelSelect.jsx'; @@ -25,9 +25,9 @@ class PublishForm extends React.Component {
-
@@ -47,7 +47,7 @@ class PublishForm extends React.Component {
-
+ {this.state.showInputs && ( +
+ +
+
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+
+ +
+ +
+
+ +
+ )}
);