File tree Expand file tree Collapse file tree 2 files changed +0
-25
lines changed
src/components/ChallengeEditor Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -459,22 +459,3 @@ ul.linkList {
459459 content :' ,\0000a0 ' ; /* Non-breaking space */
460460 }
461461}
462-
463- .newPlatformWarning {
464- text-align : center ;
465- background-color : rgb (204 , 65 , 65 );
466- padding : 20px ;
467- max-width : 600px ;
468- border-radius : 6px ;
469- margin-bottom : 10px ;
470-
471- a {
472- color : white ;
473- text-decoration : underline ;
474- }
475- }
476-
477- .warningHeader {
478- font-weight : bold ;
479- font-size : 1.2rem ;
480- }
Original file line number Diff line number Diff line change @@ -1641,8 +1641,6 @@ class ChallengeEditor extends Component {
16411641 const currentChallengeId = this . getCurrentChallengeId ( )
16421642 const showTimeline = false // disables the timeline for time being https://github.com/topcoder-platform/challenge-engine-ui/issues/706
16431643 const copilotResources = metadata . members || challengeResources
1644- console . log ( `Members: ${ JSON . stringify ( metadata . members , null , 5 ) } ` )
1645- console . log ( `challengeResources: ${ JSON . stringify ( challengeResources , null , 5 ) } ` )
16461644 const isDesignChallenge = challenge . trackId === DES_TRACK_ID
16471645 const isDevChallenge = challenge . trackId === DEV_TRACK_ID
16481646 const isMM = challenge . typeId === MARATHON_TYPE_ID
@@ -1662,10 +1660,6 @@ class ChallengeEditor extends Component {
16621660 const challengeForm = isNew
16631661 ? (
16641662 < form name = 'challenge-new-form' noValidate autoComplete = 'off' onSubmit = { this . createChallengeHandler } >
1665- < div className = { styles . newPlatformWarning } >
1666- < span className = { styles . warningHeader } > Please use the new platform</ span > < br />
1667- < span > If you are launching a challenge that is not a Marathon Match or Innovation Challenge, please use the new app platform < a href = 'https://app.topcoder.com' > here</ a > </ span >
1668- </ div >
16691663 < div className = { styles . newFormContainer } >
16701664 < TrackField tracks = { metadata . challengeTracks } challenge = { challenge } onUpdateOthers = { this . onUpdateOthers } />
16711665 < TypeField types = { filteredTypes } onUpdateSelect = { this . onUpdateSelect } challenge = { challenge } />
You can’t perform that action at this time.
0 commit comments