mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Fix typo with submitted (no-changelog) (#9662)
This commit is contained in:
@@ -286,7 +286,7 @@ export class Wait extends Webhook {
|
||||
description: 'Waits for a webhook call before continuing',
|
||||
},
|
||||
{
|
||||
name: 'On Form Submited',
|
||||
name: 'On Form Submitted',
|
||||
value: 'form',
|
||||
description: 'Waits for a form submission before continuing',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user