Skip to content

Commit

Permalink
Merge pull request #84 from webitel/fix/delete-contact
Browse files Browse the repository at this point in the history
fix: delete contact[WTEL-4634]
  • Loading branch information
Lera24 authored Jun 24, 2024
2 parents 50660c3 + 853d88b commit f80cf88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/contacts/components/the-contacts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@

<script setup>
import CrmSections from '@webitel/ui-sdk/src/enums/WebitelApplications/CrmSections.enum';
import DeleteConfirmationPopup
from '@webitel/ui-sdk/src/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue';
import {
useDeleteConfirmationPopup,
} from '@webitel/ui-sdk/src/modules/DeleteConfirmationPopup/composables/useDeleteConfirmationPopup';
Expand Down

0 comments on commit f80cf88

Please sign in to comment.