remove checkboxes label

pull/354/head
Pete Matsyburka 1 year ago
parent c189e2ed20
commit d20e8cc37d

@ -28,7 +28,7 @@
:with-field-placeholder="withFieldPlaceholder" :with-field-placeholder="withFieldPlaceholder"
:with-signature-id="withSignatureId" :with-signature-id="withSignatureId"
:is-active="currentStep === step" :is-active="currentStep === step"
:with-label="withLabel && !withFieldPlaceholder" :with-label="withLabel && !withFieldPlaceholder && step.length < 2"
:is-value-set="step.some((f) => f.uuid in values)" :is-value-set="step.some((f) => f.uuid in values)"
:attachments-index="attachmentsIndex" :attachments-index="attachmentsIndex"
@click="$emit('focus-step', stepIndex)" @click="$emit('focus-step', stepIndex)"

Loading…
Cancel
Save