Skip to content

Commit

Permalink
fix: should set phase to INIT in onMounted
Browse files Browse the repository at this point in the history
  • Loading branch information
D-D-H committed Dec 7, 2023
1 parent 89de0de commit 00d1621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Analysis.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ onMounted(() => {
useHeaderToolbar().set(toolBarComponent);
window.addEventListener('beforeunload', beforeWindowUnload);

analysis.setPhase(Phase.INIT);
axios
.get(`/jifa-api/files/${props.target}`)
.then((resp) => {
Expand Down

0 comments on commit 00d1621

Please sign in to comment.