fix(airtable/find-record): make limitToView optional field
This commit is contained in:
@@ -109,7 +109,7 @@ export default defineAction({
|
|||||||
label: 'Limit to View',
|
label: 'Limit to View',
|
||||||
key: 'limitToView',
|
key: 'limitToView',
|
||||||
type: 'dropdown',
|
type: 'dropdown',
|
||||||
required: true,
|
required: false,
|
||||||
dependsOn: ['parameters.baseId', 'parameters.tableId'],
|
dependsOn: ['parameters.baseId', 'parameters.tableId'],
|
||||||
description:
|
description:
|
||||||
'You have the choice to restrict the search to a particular view ID if desired.',
|
'You have the choice to restrict the search to a particular view ID if desired.',
|
||||||
|
Reference in New Issue
Block a user