File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/components/ChallengeEditor Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import {
3232import { PrimaryButton , OutlineButton } from '../Buttons'
3333import TrackField from './Track-Field'
3434import TypeField from './Type-Field'
35- import RoundTypeField from './RoundType-Field'
3635import ChallengeTypeField from './ChallengeType-Field'
3736import ChallengeNameField from './ChallengeName-Field'
3837import CopilotField from './Copilot-Field'
@@ -1577,14 +1576,6 @@ class ChallengeEditor extends Component {
15771576 < div className = { styles . newFormContainer } >
15781577 < TrackField tracks = { metadata . challengeTracks } challenge = { challenge } onUpdateOthers = { this . onUpdateOthers } />
15791578 < TypeField types = { metadata . challengeTypes } onUpdateSelect = { this . onUpdateSelect } challenge = { challenge } />
1580- {
1581- showRoundType && (
1582- < >
1583- < RoundTypeField roundType = { challenge . roundType } onUpdateOthers = { this . onUpdateOthers } />
1584- < ChallengeTypeField types = { DESIGN_CHALLENGE_TYPES } onUpdateSelect = { this . onUpdateSelect } challenge = { challenge } />
1585- </ >
1586- )
1587- }
15881579 < ChallengeNameField challenge = { challenge } onUpdateInput = { this . onUpdateInput } />
15891580 {
15901581 showDashBoard && (
You can’t perform that action at this time.
0 commit comments