Skip to content

Commit

Permalink
Added missing value binding for recovery formula.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgar authored Nov 3, 2024
1 parent 9922516 commit 2e834ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sheets/item/parts/FieldUses.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
ev.currentTarget.value,
)}
disabled={!$context.editable}
value={recovery.data.formula}
/>
{/if}
</div>
Expand Down

0 comments on commit 2e834ac

Please sign in to comment.