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

View File

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