Default to separate journal entry lines

This commit is contained in:
Christopher C. Wells 2021-04-08 19:58:06 -07:00
parent 06fa79f1ed
commit 8d3f2cc35c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</x-inputs.icon-green>
<div class="flex items-center justify-end mt-4 space-x-4">
<fieldset class="flex space-x-2">
<x-inputs.input name="group_entries" type="checkbox" class="h-5 w-5" value="1" checked />
<x-inputs.input name="group_entries" type="checkbox" class="h-5 w-5" value="1" />
<x-inputs.label for="groupEntries" value="Group entries by day and meal" />
</fieldset>
<x-inputs.button x-on:click="removeTemplate($el);">Add entries</x-inputs.button>