Skip to content

Commit

Permalink
Merge pull request #396 from bcgov/ofmcc-6454-rent-lease-bug-main
Browse files Browse the repository at this point in the history
ofmcc-6454 - add the missing readonly prop to RentLeaseInfo component
  • Loading branch information
vietle-cgi authored Oct 29, 2024
2 parents 5252fce + 152eadb commit 8825f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/applications/OperatingCostsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<div v-if="facilityType">
<!-- RENT/LEASE INFORMATION -->
<RentLeaseInformation v-if="isRentLease" id="rent-lease-info" @update="updateRentLeaseInfoModel" />
<RentLeaseInformation v-if="isRentLease" id="rent-lease-info" :readonly="readonly" @update="updateRentLeaseInfoModel" />

<!-- OPERATING COST / FACILITY COST -->
<v-card class="my-4 px-6 py-4">
Expand Down

0 comments on commit 8825f50

Please sign in to comment.