Skip to content

Commit

Permalink
Refactor #3885 - For ConfirmDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Apr 25, 2023
1 parent 2b40ff3 commit 1e11997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/confirmdialog/ConfirmDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:closeOnEscape="closeOnEscape"
:draggable="draggable"
@update:visible="onHide"
:pt="{ root: ptm('root'), header: ptm('header'), headerTitle: ptm('headerTitle'), closeButton: ptm('closeButton'), closeIcon: ptm('closeIcon'), content: ptm('content'), footer: ptm('footer') }"
:pt="pt"
>
<template v-if="!$slots.message">
<slot name="icon" class="p-confirm-dialog-icon">
Expand Down

0 comments on commit 1e11997

Please sign in to comment.