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

Commit

Permalink
Merge branch 'release/0.10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-christian committed Dec 15, 2015
2 parents 59a4bd8 + daf6ecb commit 8cafdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/post-settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<span class="uk-form-label">{{ 'Restrict Access' | trans }}</span>
<div class="uk-form-controls uk-form-controls-text">
<p v-for="role in data.roles" class="uk-form-controls-condensed">
<label><input type="checkbox" :value="role.id" v-checkbox="post.roles" number> {{ role.name }}</label>
<label><input type="checkbox" :value="role.id" v-model="post.roles" number> {{ role.name }}</label>
</p>
</div>
</div>
Expand Down

0 comments on commit 8cafdce

Please sign in to comment.