fix: Remove text retained in confirm delete modal (#2775)
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
/>
|
||||
|
||||
<woot-confirm-delete-modal
|
||||
v-if="showDeletePopup"
|
||||
:show.sync="showDeletePopup"
|
||||
:title="$t('INBOX_MGMT.DELETE.CONFIRM.TITLE')"
|
||||
:message="confirmDeleteMessage"
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<woot-confirm-delete-modal
|
||||
v-if="showDeletePopup"
|
||||
:show.sync="showDeletePopup"
|
||||
:title="confirmDeleteTitle"
|
||||
:message="$t('TEAMS_SETTINGS.DELETE.CONFIRM.MESSAGE')"
|
||||
|
||||
Reference in New Issue
Block a user