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 058e5ab commit 065bb08Copy full SHA for 065bb08
src/frontend/src/views/HomeView.vue
@@ -76,12 +76,12 @@ export default defineComponent({
76
this.showList = false;
77
78
// this feels so cursed but i don't know how to make it work otherwise
79
- if (this.firstLoad) {
80
- this.showDetail = true;
81
- }
+ // if (this.firstLoad) {
+ // this.showDetail = true;
+ // }
82
}
83
84
- this.firstLoad = false;
+ // this.firstLoad = false;
85
},
86
async created() {
87
const eventStore = useEventStore();
0 commit comments