Skip to content

Commit

Permalink
Update legacy route (#579)
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
jeffdaley authored Feb 6, 2024
1 parent 00f6749 commit 181e317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/document/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class DocumentIndexComponent extends Component<DocumentIndexCompo
title: "Done!",
});

this.router.transitionTo("authenticated.drafts");
this.router.transitionTo("authenticated.my.documents");
}
} catch (e) {
this.showError(e);
Expand Down

0 comments on commit 181e317

Please sign in to comment.