Skip to content

Commit

Permalink
fix: Community package uninstall button should show the confirmation …
Browse files Browse the repository at this point in the history
…modal (no-changelog) (#4668)

Update CommunityPackageManageConfirmModal.vue
  • Loading branch information
netroy authored Nov 21, 2022
1 parent 6c99223 commit 5518bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5518bd9

Please sign in to comment.