diff --git a/src/App/Pages/Vault/CiphersPageViewModel.cs b/src/App/Pages/Vault/CiphersPageViewModel.cs index f9c0cbbad..bf33e7d17 100644 --- a/src/App/Pages/Vault/CiphersPageViewModel.cs +++ b/src/App/Pages/Vault/CiphersPageViewModel.cs @@ -94,8 +94,6 @@ namespace Bit.App.Pages { ciphers = await _searchService.SearchCiphersAsync(searchText, Filter, null, cts.Token); cts.Token.ThrowIfCancellationRequested(); - Ciphers.ResetWithRange(ciphers); - ShowNoData = Ciphers.Count == 0; } catch(OperationCanceledException) {