Add version title to request

This commit is contained in:
Jai A 2020-11-30 16:05:40 -07:00
parent 0f64a769c2
commit 8dd1ff593a
No known key found for this signature in database
GPG Key ID: E8B7DFB8C62797AC

View File

@ -272,7 +272,7 @@
number
</span>
<input
v-model="versions[currentVersionIndex].name"
v-model="versions[currentVersionIndex].version_title"
type="text"
placeholder="Enter the name"
/>