We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b789524 commit 1dd01ddCopy full SHA for 1dd01dd
web/app/templates/accession-renewals/new.gts
@@ -38,6 +38,8 @@ export default class extends Component<Signature> {
38
body: new FormData(e.target as HTMLFormElement),
39
});
40
41
+ this.router.refresh();
42
+
43
const { id } = (await res.json()) as { id: number };
44
45
this.router.transitionTo('accession_renewal', id);
0 commit comments