fix(editor): Fix callout text not showing in action box (no-changelog) (#6933)

fix: fix callout text not showing in action box
This commit is contained in:
Alex Grozav
2023-08-15 21:54:28 +03:00
committed by GitHub
parent 3b75bc6bc1
commit 9687410374

View File

@@ -28,11 +28,9 @@
:icon="calloutIcon"
:class="$style.callout"
>
<template>
<n8n-text color="text-base">
<span size="small" v-html="calloutText"></span>
</n8n-text>
</template>
<n8n-text color="text-base">
<span size="small" v-html="calloutText"></span>
</n8n-text>
</n8n-callout>
</div>
</template>