update getImporter signature pass org id (#730)
This commit is contained in:
parent
7ebb046cd8
commit
c37979e48d
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit 0565d6f66750ab084c0398e38309e222b3bc2963
|
Subproject commit dcbd09e736b516b359369f9d9fe5b0f5a6c2a928
|
|
@ -47,7 +47,7 @@ export class ImportComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
async submit() {
|
async submit() {
|
||||||
const importer = this.importService.getImporter(this.format, this.organizationId != null);
|
const importer = this.importService.getImporter(this.format, this.organizationId);
|
||||||
if (importer === null) {
|
if (importer === null) {
|
||||||
this.toasterService.popAsync('error', this.i18nService.t('errorOccurred'),
|
this.toasterService.popAsync('error', this.i18nService.t('errorOccurred'),
|
||||||
this.i18nService.t('selectFormat'));
|
this.i18nService.t('selectFormat'));
|
||||||
|
|
Loading…
Reference in New Issue