Skip to content

Commit 12788f7

Browse files
refactor: rename default skill to 'cold chain'
1 parent f3d0c81 commit 12788f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/forms/map-form/components/optimization/optimization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default {
104104
}
105105
this.skills = skills
106106
} else {
107-
this.skills = [Skill.fromJSON('{"name":"length over 1.5m", "id":1}')]
107+
this.skills = [Skill.fromJSON('{"name":"cold chain", "id":1}')]
108108
localStorage.setItem('skills', JSON.stringify(this.skillsJSON))
109109
}
110110
// TODO: remove defaults

0 commit comments

Comments
 (0)