Improvements to Quick Base Node

This commit is contained in:
Jan Oberhauser
2020-11-25 13:09:58 +01:00
parent 4eed7bb9fb
commit 60be31d410
8 changed files with 47 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ export const fieldOperations = [
description: 'Get all fields',
},
],
default: 'create',
default: 'getAll',
description: 'The operation to perform.',
},
] as INodeProperties[];