mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
fix: Community package uninstall button should show the confirmation modal (no-changelog) (#4668)
Update CommunityPackageManageConfirmModal.vue
This commit is contained in:
parent
6c992233a0
commit
5518bd95c7
|
@ -10,7 +10,7 @@
|
||||||
>
|
>
|
||||||
<template #content>
|
<template #content>
|
||||||
<n8n-text>{{ getModalContent.message }}</n8n-text>
|
<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">
|
<n8n-info-tip theme="info" type="note" :bold="false">
|
||||||
<template>
|
<template>
|
||||||
<span v-text="getModalContent.description"></span>
|
<span v-text="getModalContent.description"></span>
|
||||||
|
|
Loading…
Reference in a new issue