fix mobile field types

pull/349/head
Pete Matsyburka 1 year ago
parent ad56d5ee14
commit 5f9067baee

@ -52,7 +52,7 @@
</template> </template>
<template v-else> <template v-else>
<template <template
v-for="(icon, type) in fieldIcons" v-for="(icon, type) in fieldIconsSorted"
:key="type" :key="type"
> >
<li v-if="(fieldTypes.length === 0 || fieldTypes.includes(type)) && (withPhone || type != 'phone') && (withPayment || type != 'payment')"> <li v-if="(fieldTypes.length === 0 || fieldTypes.includes(type)) && (withPhone || type != 'phone') && (withPayment || type != 'payment')">

Loading…
Cancel
Save