fix(Chat Trigger Node): Fix Allowed Origins paramter (#11011)

This commit is contained in:
oleg
2024-09-30 15:42:37 +02:00
committed by GitHub
parent d2238b9eac
commit b5f4afe12e
3 changed files with 25 additions and 11 deletions

View File

@@ -259,7 +259,7 @@ const commonPollingParameters: INodeProperties[] = [
},
];
const commonCORSParameters: INodeProperties[] = [
export const commonCORSParameters: INodeProperties[] = [
{
displayName: 'Allowed Origins (CORS)',
name: 'allowedOrigins',