diff --git a/src/popup/app.module.ts b/src/popup/app.module.ts index 8862faf9be..995c0a3425 100644 --- a/src/popup/app.module.ts +++ b/src/popup/app.module.ts @@ -1,5 +1,5 @@ import { DragDropModule } from '@angular/cdk/drag-drop'; -import { ScrollingModule } from '@angular/cdk/scrolling'; +import { ScrollingModule } from '@angular/cdk/scrolling'; import { ToasterModule } from 'angular2-toaster'; import { InfiniteScrollModule } from 'ngx-infinite-scroll'; diff --git a/src/popup/components/cipher-row.component.html b/src/popup/components/cipher-row.component.html index 8d482fcae5..19a9e87d7d 100644 --- a/src/popup/components/cipher-row.component.html +++ b/src/popup/components/cipher-row.component.html @@ -1,4 +1,3 @@ -
diff --git a/src/popup/vault/ciphers.component.ts b/src/popup/vault/ciphers.component.ts index e9ee0a9894..525de65e5e 100644 --- a/src/popup/vault/ciphers.component.ts +++ b/src/popup/vault/ciphers.component.ts @@ -64,7 +64,6 @@ export class CiphersComponent extends BaseCiphersComponent implements OnInit, On private folderService: FolderService, private collectionService: CollectionService, private platformUtilsService: PlatformUtilsService, private cipherService: CipherService) { super(searchService); - this.pageSize = 100; this.applySavedState = (window as any).previousPopupUrl != null && !(window as any).previousPopupUrl.startsWith('/ciphers'); }