Skip to content

Commit

Permalink
Merge pull request #350 from webitel/feat/implement-wt-confirm-dialog…
Browse files Browse the repository at this point in the history
…-component

fix: implement fix for delete-confirmation-popup [WTEL-5432](https://webitel.atlassian.net/browse/WTEL-5432)
  • Loading branch information
dlohvinov authored Nov 12, 2024
2 parents 0be2556 + fc8b838 commit 6cbaaed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.10.70",
"version": "24.10.71",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<wt-confirm-dialog
v-bind="attrs"
class="delete-confirmation-popup"
:title="$t('webitelUI.deleteConfirmationPopup.title')"
:callback="callback"
@close="close"
>
<template #main>
<div class="delete-confirmation-popup__content">
Expand Down

0 comments on commit 6cbaaed

Please sign in to comment.