Skip to content

Commit

Permalink
delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
deetz99 committed Dec 6, 2024
1 parent 2434d8b commit a5f40bb
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions strr-strata-web/app/components/form/ReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -343,34 +343,6 @@ onMounted(async () => {
</i18n-t>
</template>
</ConnectFormCertify>

<!-- <UFormGroup name="confirmInfoAccuracy">
<UCheckbox
v-model="applicationStore.confirmation.confirmInfoAccuracy"
:label="$t('strr.review.confirm.infoAccuracy')"
class="rounded bg-white p-4"
:class="hasFormErrors(strataConfirmationFormRef, ['confirmInfoAccuracy'])
? 'outline outline-red-600'
: ''
"
aria-required="true"
:aria-invalid="hasFormErrors(strataConfirmationFormRef, ['confirmInfoAccuracy'])"
/>
</UFormGroup>
<UFormGroup name="confirmDelistAndCancelBookings">
<UCheckbox
v-model="applicationStore.confirmation.confirmDelistAndCancelBookings"
:label="$t('strr.review.confirm.delistAndCancelBookings')"
class="rounded bg-white p-4"
:class="hasFormErrors(strataConfirmationFormRef, ['confirmDelistAndCancelBookings'])
? 'outline outline-red-600'
: ''
"
aria-required="true"
:aria-invalid="hasFormErrors(strataConfirmationFormRef, ['confirmDelistAndCancelBookings'])"
/>
</UFormGroup> -->
</UForm>
</div>
</template>

0 comments on commit a5f40bb

Please sign in to comment.