fix(n8n Form Trigger Node): Remove custom attribution option (no-changelog) (#10229)

This commit is contained in:
Michael Kret
2024-07-29 17:56:55 +03:00
committed by GitHub
parent 711b667ebe
commit e5dfd7faf9
5 changed files with 0 additions and 24 deletions

View File

@@ -460,9 +460,6 @@
<div class='n8n-link'>
<a href={{n8nWebsiteLink}} target='_blank'>
Form automated with
{{#if customAttribution}}
{{{customAttribution}}}
{{else}}
<svg
width='73'
height='20'
@@ -489,7 +486,6 @@
fill='#101330'
/>
</svg>
{{/if}}
</a>
</div>
{{/if}}