From 3451322a386ed8b7c3feaa90a00e06a392b7b873 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 8 Jul 2018 00:01:50 -0400 Subject: [PATCH] org import has all options --- src/app/organizations/tools/import.component.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/organizations/tools/import.component.ts b/src/app/organizations/tools/import.component.ts index adf67c0a5c..24a44d35c6 100644 --- a/src/app/organizations/tools/import.component.ts +++ b/src/app/organizations/tools/import.component.ts @@ -68,15 +68,6 @@ export class ImportComponent extends BaseImportComponent { return await this.apiService.postImportOrganizationCiphers(this.organizationId, request); } - protected setImportOptions() { - this.featuredImportOptions = [ - { id: null, name: '-- ' + this.i18nService.t('select') + ' --' }, - { id: 'bitwardencsv', name: 'Bitwarden (csv)' }, - { id: 'lastpasscsv', name: 'LastPass (csv)' }, - ]; - this.importOptions = []; - } - protected getImporter(): Importer { const importer = super.getImporter(); if (importer != null) {