Add prefill border and remove redact from condition

pull/150/merge^2
iozeey 2 years ago
parent 1a6fefa976
commit 2399e7381a

@ -117,6 +117,7 @@
<label
v-else
:style="{ 'border-color': showNewFields ? 'black' : '' }"
class="cursor-pointer rounded-md p-2 border border-base-300 w-full flex justify-between"
@click="$emit('add-prefills')"
>
@ -125,7 +126,7 @@
style="background-color: grey;"
class="w-3 h-3 rounded-full"
/>
<div class="items-center space-x-2">Submitters</div>
<div class="items-center space-x-2">show submitters fields</div>
</div>
</label>
<label

@ -72,7 +72,7 @@
:key="type"
>
<div
v-if="!['redact', 'my_text', 'my_signature', 'my_initials'].includes(type)"
v-if="!['my_text', 'my_signature', 'my_initials'].includes(type)"
>
<button
v-if="withPhone || type != 'phone'"
@ -131,7 +131,7 @@
:key="type"
>
<div
v-if="['redact', 'my_text', 'my_signature', 'my_initials'].includes(type)"
v-if="['my_text', 'my_signature', 'my_initials'].includes(type)"
>
<button
draggable="true"

Loading…
Cancel
Save