diff --git a/package-lock.json b/package-lock.json index 4fcfa15c..670a3149 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nethlink", - "version": "0.0.69", + "version": "0.0.70", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nethlink", - "version": "0.0.69", + "version": "0.0.70", "hasInstallScript": true, "license": "UNLICENSED", "devDependencies": { diff --git a/package.json b/package.json index efb6c164..aab93973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nethlink", - "version": "0.0.69", + "version": "0.0.70", "description": "NethLink app", "main": "./out/main/main.js", "license": "UNLICENSED", diff --git a/src/main/classes/controllers/NethCTIController.ts b/src/main/classes/controllers/NethCTIController.ts index 8ef665c3..8785e620 100644 --- a/src/main/classes/controllers/NethCTIController.ts +++ b/src/main/classes/controllers/NethCTIController.ts @@ -171,7 +171,7 @@ export class NethVoiceAPI { search: async ( search: string, offset = 0, - pageSize = 20, + pageSize = 10, view: 'all' | 'company' | 'person' = 'all' ) => { const s = await this._GET( diff --git a/src/renderer/src/components/SearchBox.tsx b/src/renderer/src/components/SearchBox.tsx index ed313000..bf049695 100644 --- a/src/renderer/src/components/SearchBox.tsx +++ b/src/renderer/src/components/SearchBox.tsx @@ -58,7 +58,7 @@ export function SearchBox({ search, callUser, handleSearch, handleReset }: Searc {search !== '' && (