feat: default to languages tag in the skill picker
This commit is contained in:
parent
d7dcff6523
commit
5021b1ea3b
|
@ -87,7 +87,7 @@ export default class SkillPicker extends Vue {
|
|||
// available categories (tags)
|
||||
private tags: tTag[] = [DEFAULT_TAG, ...skills.tags()];
|
||||
// currently selected tag
|
||||
private tag: tTag = DEFAULT_TAG;
|
||||
private tag: tTag = tTag.Language;
|
||||
|
||||
// details section when a skill is selected
|
||||
protected details: Details|null = null;
|
||||
|
|
Loading…
Reference in New Issue