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

@@ -24,7 +24,7 @@ export const clientOperations = [
description: 'Get data of all clients',
},
],
default: 'create',
default: 'getAll',
description: 'The operation to perform.',
},