fix(Supabase Node): Fix Row > Get operation (#3045)

This commit is contained in:
Jan Oberhauser 2022-03-25 16:47:05 +01:00 committed by GitHub
parent 3b4a97dd57
commit b9aa440be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,7 @@ export const rowFields: INodeProperties[] = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Select Conditions',
name: 'primaryKey',
name: 'filters',
type: 'fixedCollection',
typeOptions: {
multipleValues: true,