We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c090d24 commit 17900f2Copy full SHA for 17900f2
1 file changed
src/modals/SetlistSet.vue
@@ -15,7 +15,6 @@
15
v-model="setlist.title"
16
:class="{ '!border-rose-600': (error.title & !setlist.title) || error.slug }"
17
:placeholder="t('placeholder.exampleSetlistTitle')"
18
- :disabled="existing"
19
required
20
/>
21
<div v-if="error.title & !setlist.title" class="text-rose-600">
0 commit comments