Skip to content

Commit

Permalink
Merge pull request #82 from ConductionNL/feature/PC108-73/no-customer…
Browse files Browse the repository at this point in the history
…-before-search

feature/PC108-73/no-customer-before-search
  • Loading branch information
Sudo-Thijn authored Jan 3, 2025
2 parents eb6ccf7 + df7010c commit 076f0a3
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 452 deletions.
7 changes: 7 additions & 0 deletions src/modals/contactMomenten/ContactMomentenForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,13 @@ import { contactMomentStore, navigationStore, taakStore, zaakStore } from '../..
@selected-klant="fetchKlantData($event)"
@close-modal="closeSearchKlantModal" />
</div>

<SearchKlantModal v-if="searchKlantModalOpen"
:dashboard-widget="true"
:starting-type="startingType"
select-button-label="Koppelen"
@selected-klant="fetchKlantData($event?.id)"
@close-modal="closeSearchKlantModal" />
</div>
<template #actions>
<NcButton :disabled="loading || success" type="secondary" @click="closeModal()">
Expand Down
Loading

0 comments on commit 076f0a3

Please sign in to comment.