mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(Notion Node): Fix regex for getMany operation (#19419)
This commit is contained in:
@@ -45,7 +45,7 @@ const blockIdRLC: INodeProperties = {
|
||||
{
|
||||
type: 'regex',
|
||||
properties: {
|
||||
regex: '[a-f0-9]{2,}',
|
||||
regex: idValidationRegexp,
|
||||
errorMessage: 'Not a valid Notion Block ID',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user