Skip to content

Commit

Permalink
ofmcc-6454 - add the missing readonly prop to RentLeaseInfo component
Browse files Browse the repository at this point in the history
  • Loading branch information
vietle-cgi committed Oct 29, 2024
1 parent 5252fce commit 152eadb
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 152eadb

Please sign in to comment.