mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix(fe): Trim survey variable names https://github.com/ansible-semaphore/semaphore/issues/1019
This commit is contained in:
parent
4c0e9184e6
commit
e4cc80712d
@ -11,7 +11,7 @@
|
||||
<v-form v-if="editedVar != null">
|
||||
<v-text-field
|
||||
label="Name"
|
||||
v-model="editedVar.name"
|
||||
v-model.trim="editedVar.name"
|
||||
required
|
||||
/>
|
||||
<v-text-field
|
||||
|
Loading…
Reference in New Issue
Block a user