adjust mobile field types

pull/402/head^2^2
Pete Matsyburka 2 weeks ago
parent f1eaa77092
commit e92fc0d3e1

@ -49,7 +49,12 @@
</li> </li>
</template> </template>
</template> </template>
<template v-else> <div
v-if="fieldTypes.length && submitterDefaultFields.length"
class="bg-base-300"
style="height: 1px; margin-top: 1px; margin-bottom: 1px"
/>
<template v-if="fieldTypes.length || !submitterDefaultFields.length">
<template <template
v-for="(icon, type) in fieldIconsSorted" v-for="(icon, type) in fieldIconsSorted"
:key="type" :key="type"

Loading…
Cancel
Save