From d20e8cc37d8c28fe8c9423aa6f0b1b27fa275b66 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Mon, 26 Aug 2024 16:42:36 +0300 Subject: [PATCH] remove checkboxes label --- app/javascript/submission_form/areas.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/submission_form/areas.vue b/app/javascript/submission_form/areas.vue index 7f72a629..d9807ad5 100644 --- a/app/javascript/submission_form/areas.vue +++ b/app/javascript/submission_form/areas.vue @@ -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)"