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 <label
v-else v-else
:style="{ 'border-color': showNewFields ? 'black' : '' }"
class="cursor-pointer rounded-md p-2 border border-base-300 w-full flex justify-between" class="cursor-pointer rounded-md p-2 border border-base-300 w-full flex justify-between"
@click="$emit('add-prefills')" @click="$emit('add-prefills')"
> >
@ -125,7 +126,7 @@
style="background-color: grey;" style="background-color: grey;"
class="w-3 h-3 rounded-full" 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> </div>
</label> </label>
<label <label

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

Loading…
Cancel
Save