removing me fields from field type dropdown

pull/150/merge^2
iozeey 2 years ago
parent a6492cfe3d
commit 6f96c517af

@ -25,7 +25,7 @@
v-for="(icon, type) in fieldIcons"
:key="type"
>
<li v-if="withPhone || type !== 'phone'">
<li v-if="!['my_text', 'my_signature', 'my_initials', 'my_date', 'my_check', 'phone'].includes(type) || withPhone">
<a
href="#"
class="text-sm py-1 px-2"

Loading…
Cancel
Save