Skip to content

Commit

Permalink
Fix label again
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsah committed Jan 12, 2022
1 parent 0c1f943 commit 577c949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peninsula-editor",
"version": "0.4.4",
"version": "0.4.5",
"description": "A wysiwyg, module-based content editor using vue and ckeditor.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/ModuleSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"
class="select"
>
<label for="cardReference" v-text="v.label"></label>
<label for="cardReference" v-text="value.label"></label>
<span>
<select
:id="moduleAttributeData[key]"
Expand Down

0 comments on commit 577c949

Please sign in to comment.