Skip to content

Commit

Permalink
Remove duplicate field
Browse files Browse the repository at this point in the history
  • Loading branch information
sbont committed Jan 27, 2024
1 parent ff15c36 commit a74b655
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions frontend/src/components/Song.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,6 @@
</div>
</div>
</div>
<div v-if="editing && draftValues" class="field is-horizontal">
<div class="field-label is-normal">
<label class="label">Youtube video</label>
</div>
<div class="field-body">
<div class="field" v-bind:class="{ static: !editing }">
<div class="control">
<input v-model="draftValues.recordingUrl" class="input" type="url"
placeholder="https://www.youtube.com/watch?v=..." />
</div>
</div>
</div>
</div>
<div class="field is-horizontal">
<div class="field-label is-normal">
<label class="label">Time of the year</label>
Expand Down

0 comments on commit a74b655

Please sign in to comment.