remove checkboxes label

This commit is contained in:
Pete Matsyburka
2024-08-26 16:42:36 +03:00
parent c189e2ed20
commit d20e8cc37d
+1 -1
View File
@@ -28,7 +28,7 @@
:with-field-placeholder="withFieldPlaceholder"
:with-signature-id="withSignatureId"
: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)"
:attachments-index="attachmentsIndex"
@click="$emit('focus-step', stepIndex)"