mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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',
|
type: 'regex',
|
||||||
properties: {
|
properties: {
|
||||||
regex: '[a-f0-9]{2,}',
|
regex: idValidationRegexp,
|
||||||
errorMessage: 'Not a valid Notion Block ID',
|
errorMessage: 'Not a valid Notion Block ID',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user