File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ChallengeEditor/TextEditor-Field Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ class TextEditorField extends Component {
52
52
readOnly = { readOnly }
53
53
/>
54
54
</ div > ) }
55
+ { challenge . submitTriggered && ! challenge . description && (
56
+ < div className = { styles . error } > Public Specification is required</ div >
57
+ ) }
55
58
{ ! readOnly && shouldShowPrivateDescription && ! showShowPrivateDescriptionField && ( < div className = { styles . button } onClick = { this . addNewPrivateDescription } >
56
59
< PrimaryButton text = { 'Add private specification' } type = { 'info' } />
57
60
</ div > ) }
@@ -73,9 +76,6 @@ class TextEditorField extends Component {
73
76
/>
74
77
</ div >
75
78
) }
76
- { challenge . submitTriggered && ! challenge . description && (
77
- < div className = { styles . error } > Public Specification is required</ div >
78
- ) }
79
79
< TagsField
80
80
challengeTags = { challengeTagsFiltered }
81
81
challenge = { challenge }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const Sidebar = ({
20
20
All Work
21
21
</ div >
22
22
</ Link >
23
- < a href = 'https://github.com/topcoder-platform/work-manager/issues/newsid ' target = '_blank' rel = 'noopener noreferrer' className = 'chameleon-feedback' >
23
+ < a href = 'https://github.com/topcoder-platform/work-manager/issues/new ' target = '_blank' rel = 'noopener noreferrer' className = 'chameleon-feedback' >
24
24
< div className = { cn ( styles . homeLink , { [ styles . active ] : ! projectId } ) } >
25
25
Give Application Feedback
26
26
</ div >
You can’t perform that action at this time.
0 commit comments