Skip to content

Commit

Permalink
Fix an error on the notes settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
elizachi committed Feb 23, 2024
1 parent 9fbc581 commit 7a22d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/pages/NoteSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:placeholder="'example: landing.codex.so'"
/>
<Checkbox
:id="noteSettings.id.toString()"
:id="noteSettings.id"
v-model:checked="noteSettings.isPublic"
label="is note public"
/>
Expand Down

0 comments on commit 7a22d96

Please sign in to comment.