File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
contentcuration/contentcuration/frontend Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 142
142
v-for =" affiliation in affiliationOptions"
143
143
:key =" affiliation.value"
144
144
v-model =" org_or_personal"
145
- :value =" affiliation.value"
145
+ :buttonValue =" affiliation.value"
146
146
:invalid =" errors.org_or_personal"
147
147
:showInvalidText =" errors.org_or_personal"
148
148
:invalidText =" $tr('fieldRequiredText')"
172
172
v-for =" orgType in organizationTypeOptions"
173
173
:key =" orgType.value"
174
174
v-model =" organization_type"
175
- :value =" orgType.value"
175
+ :buttonValue =" orgType.value"
176
176
:invalid =" errors.organization_type"
177
177
:showInvalidText =" errors.organization_type"
178
178
:invalidText =" $tr('fieldRequiredText')"
199
199
v-for =" constraint in timeConstraintOptions"
200
200
:key =" constraint.value"
201
201
v-model =" time_constraint"
202
- :value =" constraint.value"
202
+ :buttonValue =" constraint.value"
203
203
:label =" constraint.text"
204
204
/>
205
205
Original file line number Diff line number Diff line change 19
19
v-for =" language in languageCol"
20
20
:key =" language.id"
21
21
v-model =" selectedLanguage"
22
- :value =" language.id"
22
+ :buttonValue =" language.id"
23
23
:label =" language.lang_name"
24
24
:title =" language.english_name"
25
25
class =" language-name"
You can’t perform that action at this time.
0 commit comments