Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/components/ChallengeEditor/TextEditor-Field/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ class TextEditorField extends Component {

TextEditorField.defaultProps = {
challengeTags: [],
// TODO: For our first go-live, we're probably going to have this UI in production before the Community App work to display data from V5 is available. Only hide the UI elements for private description for now. Don't take out any code or functionality.
shouldShowPrivateDescription: false,
shouldShowPrivateDescription: true,
onUpdateMetadata: () => {},
onUpdateCheckbox: () => {},
addFileType: () => {},
Expand Down