diff --git a/plugins/contact-resources/src/components/DeleteConfirmationPopup.svelte b/plugins/contact-resources/src/components/DeleteConfirmationPopup.svelte index c2fecefc38b..23add26ecab 100644 --- a/plugins/contact-resources/src/components/DeleteConfirmationPopup.svelte +++ b/plugins/contact-resources/src/components/DeleteConfirmationPopup.svelte @@ -13,40 +13,42 @@ // limitations under the License. --> - dispatch('close')}> + dispatch('close')} +> + + {#if canDelete} +