Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Fixes #91: label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-budhiraja committed Dec 8, 2019
1 parent 895caa6 commit 73047df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ <h2 class="text-red" v-if="displayDupError">Oh sorry, you can't have duplicated
</b-field>

<b-field horizontal label="Language">
<v-select style="width: 186px" label="Language" :options="sortedLanguagesByUse" placeholder="Select a language"
<v-select style="width: 186px" label="name" :options="sortedLanguagesByUse" placeholder="Select a language"
v-model="file.language" :reduce="selectedLanguage => selectedLanguage.name">
<template v-slot:option="option">
{{ option.name | capitalize }}
Expand Down

0 comments on commit 73047df

Please sign in to comment.