fix(n8n Form Node): Completion page display if EXECUTIONS_DATA_SAVE_ON_SUCCESS=none (#11869)

This commit is contained in:
Michael Kret
2024-12-11 13:52:40 +02:00
committed by GitHub
parent ec54333f78
commit f4c2523419
7 changed files with 38 additions and 7 deletions

View File

@@ -69,6 +69,9 @@
{{/if}}
</section>
</div>
<script>
fetch('', { method: 'POST', body: {}, }).catch(() => {});
</script>
</body>
</html>