Skip to content

Commit 17900f2

Browse files
committed
🔨 make setlist title editable again
1 parent c090d24 commit 17900f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/modals/SetlistSet.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
v-model="setlist.title"
1616
:class="{ '!border-rose-600': (error.title & !setlist.title) || error.slug }"
1717
:placeholder="t('placeholder.exampleSetlistTitle')"
18-
:disabled="existing"
1918
required
2019
/>
2120
<div v-if="error.title & !setlist.title" class="text-rose-600">

0 commit comments

Comments
 (0)