Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 18, 2024
1 parent 5f288a4 commit 3c780d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modals/contactMomenten/ContactMomentenForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,9 @@ import { contactMomentStore, navigationStore, taakStore, zaakStore } from '../..
</template>
Klant taak aanmaken
</NcActionButton>
<NcActionButton v-if="!isView" :disabled="!contactMomenten[selectedContactMoment].klant?.id" @click="openZaakForm()">
<NcActionButton v-if="!isView"
:disabled="!contactMomenten[selectedContactMoment].klant?.id"
@click="openZaakForm()">
<template #icon>
<BriefcaseAccountOutline :size="20" />
</template>
Expand Down

0 comments on commit 3c780d3

Please sign in to comment.