looking to routeOrgId instead orgId to redirect the user (#7216)
This commit is contained in:
parent
017da06f9a
commit
7dff870c93
|
@ -34,7 +34,7 @@ export class ImportWebComponent implements OnInit {
|
|||
* Callback that is called after a successful import.
|
||||
*/
|
||||
protected async onSuccessfulImport(organizationId: string): Promise<void> {
|
||||
if (!organizationId) {
|
||||
if (!this.routeOrgId) {
|
||||
await this.router.navigate(["vault"]);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue