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

Commit 8cafdce

Browse files
Merge branch 'release/0.10.0'
2 parents 59a4bd8 + daf6ecb commit 8cafdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/post-settings.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<span class="uk-form-label">{{ 'Restrict Access' | trans }}</span>
6363
<div class="uk-form-controls uk-form-controls-text">
6464
<p v-for="role in data.roles" class="uk-form-controls-condensed">
65-
<label><input type="checkbox" :value="role.id" v-checkbox="post.roles" number> {{ role.name }}</label>
65+
<label><input type="checkbox" :value="role.id" v-model="post.roles" number> {{ role.name }}</label>
6666
</p>
6767
</div>
6868
</div>

0 commit comments

Comments
 (0)