fix: Community package uninstall button should show the confirmation modal (no-changelog) (#4668)

Update CommunityPackageManageConfirmModal.vue
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2022-11-21 14:11:29 +01:00 committed by GitHub
parent 6c992233a0
commit 5518bd95c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
>
<template #content>
<n8n-text>{{ getModalContent.message }}</n8n-text>
<div :class="$style.descriptionContainer" v-if="this.mode === COMMUNITY_PACKAGE_MANAGE_ACTIONS.UPDATE">
<div :class="$style.descriptionContainer" v-if="mode === COMMUNITY_PACKAGE_MANAGE_ACTIONS.UPDATE">
<n8n-info-tip theme="info" type="note" :bold="false">
<template>
<span v-text="getModalContent.description"></span>