Skip to content

Commit

Permalink
fix: adjust function invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
alfsouza708 committed Jan 31, 2022
1 parent c6ba76f commit b6d8ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<IconClose
v-if="!disableClose"
class="icon-close"
@click="[customCloseAction, close][Number(selfClose)]"
@click="[closeSelf(), close()][selfClose]"
/>
</header>

Expand Down

0 comments on commit b6d8ceb

Please sign in to comment.