adjust mobile field types
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user