mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 11:01:18 +03:00
Fixing linting issues using 'yarn lint-fix'
This commit is contained in:
@@ -55,14 +55,14 @@ class Airtable_DocumentLoaders implements INode {
|
|||||||
description:
|
description:
|
||||||
'If your table URL looks like: https://airtable.com/app11RobdGoX0YNsC/tblJdmvbrgizbYICO/viw9UrP77Id0CE4ee, tblJdmvbrgizbYICO is the table id'
|
'If your table URL looks like: https://airtable.com/app11RobdGoX0YNsC/tblJdmvbrgizbYICO/viw9UrP77Id0CE4ee, tblJdmvbrgizbYICO is the table id'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'View Id',
|
label: 'View Id',
|
||||||
name: 'viewId',
|
name: 'viewId',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
placeholder: 'viw9UrP77Id0CE4ee',
|
placeholder: 'viw9UrP77Id0CE4ee',
|
||||||
description:
|
description:
|
||||||
'If your view URL looks like: https://airtable.com/app11RobdGoX0YNsC/tblJdmvbrgizbYICO/viw9UrP77Id0CE4ee, viw9UrP77Id0CE4ee is the view id',
|
'If your view URL looks like: https://airtable.com/app11RobdGoX0YNsC/tblJdmvbrgizbYICO/viw9UrP77Id0CE4ee, viw9UrP77Id0CE4ee is the view id',
|
||||||
optional: true
|
optional: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Return All',
|
label: 'Return All',
|
||||||
|
|||||||
Reference in New Issue
Block a user