Skip to content

Commit

Permalink
feat: make the bindings to create and scroll to new contact
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Sep 14, 2023
1 parent a515481 commit ee84729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import type { Address, FormDataDto } from '@/dto/ApplyClientNumberDto';
const props = defineProps<{
formData: FormDataDto
scrollToNewContact: () => void
}>()
const nonAssociatedAddressList = reactive<string[]>([])
Expand Down
1 change: 1 addition & 0 deletions frontend/src/pages/FormBCeIDPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ const scrollToNewContact = () => {
</cds-progress-indicator>
<error-notification-grouping-component
:form-data="formData"
:scroll-to-new-contact="scrollToNewContact"
/>
</div>

Expand Down

0 comments on commit ee84729

Please sign in to comment.