Skip to content

Commit 6c2a438

Browse files
core: frontend: wizard: rover/BOAT exists but no boat/UNDEFINED
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent e88a8a4 commit 6c2a438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/frontend/src/components/wizard/Wizard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export default Vue.extend({
361361
},
362362
data() {
363363
return {
364-
boat_model: get_model('boat', 'UNDEFINED'),
364+
boat_model: get_model('rover', 'BOAT'),
365365
scripts: [] as string[],
366366
configuration_failed: false,
367367
error_message: 'The operation failed!',

0 commit comments

Comments
 (0)