Fix UI and API call for each operations

This commit is contained in:
trojanh
2020-01-29 12:34:52 +05:30
parent 7b50a4bcfd
commit a852af6530
11 changed files with 291 additions and 46 deletions

View File

@@ -59,7 +59,7 @@ export const timeEntryOperations = [
description: 'Update a time entry',
},
],
default: 'create',
default: 'getAll',
description: 'The operation to perform.',
},
] as INodeProperties[];