mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Add custom CSS to response form for HITL nodes (#15807)
Co-authored-by: RomanDavydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
@@ -303,6 +303,7 @@ describe('Send and Wait utils tests', () => {
|
||||
responseFormTitle: 'Test title',
|
||||
responseFormDescription: 'Test description',
|
||||
responseFormButtonLabel: 'Test button',
|
||||
responseFormCustomCss: 'body { background-color: red; }',
|
||||
},
|
||||
};
|
||||
return params[parameterName];
|
||||
@@ -334,6 +335,7 @@ describe('Send and Wait utils tests', () => {
|
||||
],
|
||||
appendAttribution: true,
|
||||
buttonLabel: 'Test button',
|
||||
dangerousCustomCss: 'body { background-color: red; }',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user