Skip to content

Commit

Permalink
tmp: prevent tutorial from triggering upon page load
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienVig committed Feb 26, 2025
1 parent aac64c6 commit 10ee9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const steps: DriveStep[] = [
];
driverObj.setSteps(steps);
driverObj.drive();
// driverObj.drive();
watch(
() => tutorialStore.showGuide,
Expand Down

0 comments on commit 10ee9a7

Please sign in to comment.