fix(n8n Form Node): Make customizing form custom styles possible on mobile screens and on form end redirect (#17060)

This commit is contained in:
Jaakko Husso
2025-07-08 12:02:42 +03:00
committed by GitHub
parent 779f2e6304
commit 878026aff6
2 changed files with 3 additions and 4 deletions

View File

@@ -253,7 +253,7 @@ const completionProperties = updateDisplayOptions(
],
displayOptions: {
show: {
respondWith: ['text', 'returnBinary'],
respondWith: ['text', 'returnBinary', 'redirect'],
},
},
},