File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
v0/src/components/DialogBox
v1/src/components/DialogBox Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ function openProjectOffline() {
128128 // If no version, proceed directly
129129 targetVersion .value = " Legacy"
130130 SimulatorState .dialogBox .version_mismatch_dialog = true
131- } else if (simulatorVersion && simulatorVersion != " v0" ) {
131+ } else if ( simulatorVersion != " v0" ) {
132132 // Set the targetVersion and show the version mismatch dialog
133133 targetVersion .value = simulatorVersion
134134 SimulatorState .dialogBox .version_mismatch_dialog = true
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ function openProjectOffline() {
128128 // If no version, proceed directly
129129 targetVersion .value = " Legacy"
130130 SimulatorState .dialogBox .version_mismatch_dialog = true
131- } else if (simulatorVersion && simulatorVersion != " v0 " ) {
131+ } else if ( simulatorVersion != " v1 " ) {
132132 // Set the targetVersion and show the version mismatch dialog
133133 targetVersion .value = simulatorVersion
134134 SimulatorState .dialogBox .version_mismatch_dialog = true
You can’t perform that action at this time.
0 commit comments