Skip to content

Commit

Permalink
Frontend_V2: Show public/private option for all phases (Cloud-CV#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram81 authored Aug 21, 2021
1 parent 2bc3487 commit 14977eb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,15 +328,13 @@ <h5 class="fw-light">Make Submission</h5>
<input
type="radio"
name="submissionVisibility"
*ngIf="isLeaderboardPublic == true"
class="with-gap selectPhase"
id="isPublicSubmission"
(change)="isPublicSubmission = true"
/>
<label for="isPublicSubmission" class="radio-button-text pointer">
<div
class="show-member-title pointer"
*ngIf="isLeaderboardPublic == true">
class="show-member-title pointer">
<strong class="text-med-black fs-16">Public</strong>
</div>
</label>
Expand Down

0 comments on commit 14977eb

Please sign in to comment.