mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(n8n Form Node): Make customizing form custom styles possible on mobile screens and on form end redirect (#17060)
This commit is contained in:
@@ -253,7 +253,7 @@ const completionProperties = updateDisplayOptions(
|
||||
],
|
||||
displayOptions: {
|
||||
show: {
|
||||
respondWith: ['text', 'returnBinary'],
|
||||
respondWith: ['text', 'returnBinary', 'redirect'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user