Skip to content

Commit

Permalink
Merge pull request #584 from bcgov/ccfri-4004-contact-name-summary-de…
Browse files Browse the repository at this point in the history
…claration

CCFRI-4004 - MYCCS - Partial Visibility of Organization Contact Name …
  • Loading branch information
MaelCormier-CGI authored Nov 26, 2024
2 parents 8e209e2 + 582ff67 commit ff30faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/summary/group/OrganizationSummary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
:rules="rules.required"
/>
</v-col>
<div v-if="summaryModel.application.organizationProviderType === ORGANIZATION_PROVIDER_TYPES.GROUP">
<template v-if="summaryModel.application.organizationProviderType === ORGANIZATION_PROVIDER_TYPES.GROUP">
<v-col cols="12" md="4">
<div class="summary-label">Organization Contact Name</div>
<v-text-field
Expand Down Expand Up @@ -74,7 +74,7 @@
:rules="rules.required"
/>
</v-col>
</div>
</template>
</v-row>
<v-row no-gutters>
<v-col cols="12" md="4">
Expand Down

0 comments on commit ff30faa

Please sign in to comment.