Skip to content

Commit

Permalink
set currentPageId to transverse page by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Sep 18, 2024
1 parent 3a758d9 commit 7441a00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions confiture-web-app/src/pages/audit/AuditGenerationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ useWrappedFetch(async () => {
resultsStore.$reset();
await auditStore.fetchAuditIfNeeded(uniqueId.value);
await resultsStore.fetchResults(uniqueId.value);
await auditStore.updateCurrentPageId(
auditStore.currentAudit?.transverseElementsPage.id || null
);
}, true);
const resultsStore = useResultsStore();
Expand Down

0 comments on commit 7441a00

Please sign in to comment.