mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
update getImporter signature pass org id (#730)
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 0565d6f667...dcbd09e736
@@ -47,7 +47,7 @@ export class ImportComponent implements OnInit {
|
||||
}
|
||||
|
||||
async submit() {
|
||||
const importer = this.importService.getImporter(this.format, this.organizationId != null);
|
||||
const importer = this.importService.getImporter(this.format, this.organizationId);
|
||||
if (importer === null) {
|
||||
this.toasterService.popAsync('error', this.i18nService.t('errorOccurred'),
|
||||
this.i18nService.t('selectFormat'));
|
||||
|
||||
Reference in New Issue
Block a user