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 {
32
32
import { PrimaryButton , OutlineButton } from '../Buttons'
33
33
import TrackField from './Track-Field'
34
34
import TypeField from './Type-Field'
35
- import RoundTypeField from './RoundType-Field'
36
35
import ChallengeTypeField from './ChallengeType-Field'
37
36
import ChallengeNameField from './ChallengeName-Field'
38
37
import CopilotField from './Copilot-Field'
@@ -1577,14 +1576,6 @@ class ChallengeEditor extends Component {
1577
1576
< div className = { styles . newFormContainer } >
1578
1577
< TrackField tracks = { metadata . challengeTracks } challenge = { challenge } onUpdateOthers = { this . onUpdateOthers } />
1579
1578
< 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
- }
1588
1579
< ChallengeNameField challenge = { challenge } onUpdateInput = { this . onUpdateInput } />
1589
1580
{
1590
1581
showDashBoard && (
You can’t perform that action at this time.
0 commit comments