We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef26d4b commit c1da993Copy full SHA for c1da993
frontend/src/views/applications/ApplicationView.vue
@@ -83,7 +83,7 @@ export default {
83
return !!this.$route.meta.isRenewal
84
},
85
readonly() {
86
- if (!this.currentApplication?.facilityCanAddApplication) {
+ if (this.currentApplication && !this.currentApplication.facilityCanAddApplication) {
87
return true
88
}
89
if (this.isSelectFacilityPage) {
0 commit comments