Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Nov 12, 2024
1 parent 61b5bd8 commit e042a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modals/berichten/EditBericht.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { berichtStore, navigationStore, klantStore } from '../../store/store.js'
<NcDialog v-if="navigationStore.modal === 'editBericht'"
name="Bericht"
size="normal"
@closing="response = $event, closeModalFromButton()">
@closing="closeModalFromButton()">
<NcNoteCard v-if="success" type="success">
<p>Bericht succesvol aangepast</p>
</NcNoteCard>
Expand Down

0 comments on commit e042a16

Please sign in to comment.