File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
core/frontend/src/components/wizard Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,9 @@ export default Vue.extend({
126
126
}),
127
127
computed: {
128
128
filtered_param_sets(): Dictionary <Dictionary <number >> | undefined {
129
- const fw_patch = ` ${this .vehicle }/${this .version }/${this .board } `
130
- const fw_minor = ` ${this .vehicle }/${this .version ?.major }.${this .version ?.minor }/${this .board } `
131
- const fw_major = ` ${this .vehicle }/${this .version ?.major }/${this .board } `
129
+ const fw_patch = ` ${this .vehicle }/${this .version }/${this .board }/ `
130
+ const fw_minor = ` ${this .vehicle }/${this .version ?.major }.${this .version ?.minor }/${this .board }/ `
131
+ const fw_major = ` ${this .vehicle }/${this .version ?.major }/${this .board }/ `
132
132
133
133
// returns a new dict where the keys start with the fullname
134
134
// e.g. "ArduSub/BlueROV2/4.0.3" -> "ArduSub/BlueROV2/4.0.3/BlueROV2"
You can’t perform that action at this time.
0 commit comments