Skip to content

Commit

Permalink
Add missing farm-main container to TasksEdit.
Browse files Browse the repository at this point in the history
Fixes missing "Done" radio button.
  • Loading branch information
jgaehring committed Apr 18, 2023
1 parent e84fade commit 0325e13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/field-module-tasks/src/components/TasksEdit.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<app-bar-options :title="$t('Edit Log')" nav="back" :actions="appBarActions"/>
<app-bar-options :title="$t('Edit Log')" nav="back" :actions="appBarActions"/>
<farm-main :space="['none', 's']">
<farm-stack v-if="log" :space="['none', 'none', 's']" :dividers="true">

<farm-card>
Expand Down Expand Up @@ -246,6 +247,7 @@
</farm-card>

</farm-stack>
</farm-main>
</template>

<script>
Expand Down

0 comments on commit 0325e13

Please sign in to comment.