Skip to content

Commit

Permalink
Navigate to management screen after loading
Browse files Browse the repository at this point in the history
  • Loading branch information
daveajlee committed Jan 28, 2024
1 parent 5a61600 commit a614bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class AppComponent {
xmlDoc = parser.parseFromString(fileContent, "text/xml");
console.log(xmlDoc);
}
console.log('Loading game from file ' + this.file);
this.router.navigate(['management']);
}

/**
Expand Down

0 comments on commit a614bdc

Please sign in to comment.