feat: Add placeholder to slide name input (#5618)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Benjamin Ottensten
2025-10-02 16:17:15 +02:00
committed by GitHub
parent 1774fff3db
commit bb6eece4ce
@@ -12,6 +12,7 @@
v-model="name"
name="name"
label="Name"
placeholder="Add a name..."
color="foundation"
:rules="[isRequired]"
/>