adjust mobile field types

This commit is contained in:
Pete Matsyburka
2025-12-03 10:33:22 +02:00
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"