Fix repos

This commit is contained in:
2022-12-23 23:18:40 +01:00
parent 4f80c719c2
commit d6f8698189
3 changed files with 4 additions and 3 deletions

View File

@ -477,7 +477,7 @@ export class RdDActor extends Actor {
dialog.render(true);
}
async repos() {
await DialogRepos.create(this.actor);
await DialogRepos.create(this);
}
/* -------------------------------------------- */