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

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

Loading…
Cancel
Save