fix(airtable/find-record): make limitToView optional field

This commit is contained in:
Ali BARIN
2024-05-15 15:30:23 +00:00
parent 196d555e8c
commit 3b2946aac5

View File

@@ -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.',