Skip to content

Commit

Permalink
Merge pull request #353 from webitel/fix/close-confirm-delete-popup
Browse files Browse the repository at this point in the history
fix: fix error with not throw emit from delete-confirmation-popup [WTEL-5522](https://webitel.atlassian.net/browse/WTEL-5522)
  • Loading branch information
dlohvinov authored Nov 13, 2024
2 parents 53da2c0 + 0f67887 commit 3b3c723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.76",
"version": "24.10.77",
"private": false,
"scripts": {
"dev": "vite",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
class="delete-confirmation-popup"
:title="$t('webitelUI.deleteConfirmationPopup.title')"
:callback="callback"
@close="$emit('close')"
>
<template #main>
<div class="delete-confirmation-popup__content">
Expand Down

0 comments on commit 3b3c723

Please sign in to comment.