Skip to content

Commit

Permalink
Fix (?) for auto save firing on older submitted intakes
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle1morel committed Dec 19, 2024
1 parent 92409dc commit bba92aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ onBeforeMount(async () => {
>
<FormNavigationGuard v-if="editable" />
<FormAutosave
v-if="editable"
ref="autoSaveRef"
:callback="() => onSaveDraft(values, true)"
/>
Expand Down

0 comments on commit bba92aa

Please sign in to comment.