Skip to content

Commit

Permalink
🔨 make setlist title editable again
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Jul 25, 2023
1 parent c090d24 commit 17900f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modals/SetlistSet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
v-model="setlist.title"
:class="{ '!border-rose-600': (error.title & !setlist.title) || error.slug }"
:placeholder="t('placeholder.exampleSetlistTitle')"
:disabled="existing"
required
/>
<div v-if="error.title & !setlist.title" class="text-rose-600">
Expand Down

0 comments on commit 17900f2

Please sign in to comment.