Skip to content

Commit

Permalink
Merge pull request #341 from bcgov/ofmcc-5551-arm-length-tooltip-bug
Browse files Browse the repository at this point in the history
ofmcc-5551 - minor UI update for arm length tooltip
  • Loading branch information
vietle-cgi authored Aug 27, 2024
2 parents d04c0c0 + 734bf71 commit 7a5c82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/applications/OperatingCostsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

<div v-if="model.facilityType" id="arm-length">
<!-- ARM LENGTH -->
<div class="arm-length">
<v-checkbox v-if="isRentLease" v-model="model.armsLength" color="primary" :true-value="YES_NO_CHOICE_CRM_MAPPING.YES" :rules="rules.required" :disabled="readonly" :hide-details="readonly">
<div v-if="isRentLease" class="arm-length">
<v-checkbox v-model="model.armsLength" color="primary" :true-value="YES_NO_CHOICE_CRM_MAPPING.YES" :rules="rules.required" :disabled="readonly" :hide-details="readonly">
<template #label>I attest that the rent/lease agreement is at Arm's Length.</template>
</v-checkbox>
<v-tooltip content-class="tooltip" max-width="300px" text="Third-parties dealing with each other at arm's length are independent and unrelated to each other.">
Expand Down

0 comments on commit 7a5c82a

Please sign in to comment.