diff --git a/src/components/entry/Login.vue b/src/components/entry/Login.vue index e094d437f..591d5b9a8 100644 --- a/src/components/entry/Login.vue +++ b/src/components/entry/Login.vue @@ -163,7 +163,7 @@ export default { } }, toLiveDashboard() { - // duplicated in Menu.vue + // duplicated in Menu.vue and Welcome.vue this.currentMode = 'live' // set 'live' mode this.parameters = {min_step_num: 0} // create min_step_num parameter this.setLiveConfig({duration: {amount: 0}}, this.simLocation) // set duration in wizard store diff --git a/src/components/entry/Welcome.vue b/src/components/entry/Welcome.vue index ef899667c..fc9d52a30 100644 --- a/src/components/entry/Welcome.vue +++ b/src/components/entry/Welcome.vue @@ -9,8 +9,33 @@ to the entry screens to prevent this from popping up on repeat vistors.