org import has all options

This commit is contained in:
Kyle Spearrin 2018-07-08 00:01:50 -04:00
parent ba604fcd3c
commit 3451322a38
1 changed files with 0 additions and 9 deletions

View File

@ -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) {