Skip to content

Commit

Permalink
fixed multi overlay of modals with multiple tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 18, 2024
1 parent 2168562 commit 4d455ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/contactMomenten/ContactMomentenForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ import { contactMomentStore, navigationStore, taakStore, zaakStore } from '../..
</BTabs>
</div>

<SearchKlantModal v-if="searchKlantModalOpen"
<SearchKlantModal v-if="searchKlantModalOpen && i === selectedContactMoment"
:dashboard-widget="true"
:starting-type="startingType"
@selected-klant="fetchKlantData($event)"
Expand Down

0 comments on commit 4d455ed

Please sign in to comment.