pull/381/head
Pete Matsyburka 1 year ago committed by Oleksandr Turchyn
parent 7406334f77
commit b3f3cf2aa6

@ -29,12 +29,12 @@
{{ optionValue(option) }} {{ optionValue(option) }}
</template> </template>
<template v-else> <template v-else>
{{ field.name || fieldNames[field.type] }} {{ field.title || field.name || fieldNames[field.type] }}
<template v-if="field.type === 'checkbox' && !field.name"> <template v-if="field.type === 'checkbox' && !field.name">
{{ fieldIndex + 1 }} {{ fieldIndex + 1 }}
</template> </template>
<template v-else-if="!field.required && field.type !== 'checkbox'"> <template v-else-if="!field.required && field.type !== 'checkbox'">
(optional) ({{ t('optional') }})
</template> </template>
</template> </template>
</div> </div>

Loading…
Cancel
Save