mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Improvements to Quick Base Node
This commit is contained in:
@@ -51,7 +51,7 @@ export const reportFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table identifier',
|
||||
description: 'The table identifier.',
|
||||
},
|
||||
{
|
||||
displayName: 'Report ID',
|
||||
@@ -69,7 +69,7 @@ export const reportFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The identifier of the report, unique to the table',
|
||||
description: 'The identifier of the report, unique to the table.',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* report:run */
|
||||
@@ -90,7 +90,7 @@ export const reportFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table identifier',
|
||||
description: 'The table identifier.',
|
||||
},
|
||||
{
|
||||
displayName: 'Report ID',
|
||||
@@ -108,7 +108,7 @@ export const reportFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The identifier of the report, unique to the table',
|
||||
description: 'The identifier of the report, unique to the table.',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
|
||||
Reference in New Issue
Block a user