Skip to content

Commit

Permalink
Merge pull request #920 from kgar/919-destroy-on-empty-fix
Browse files Browse the repository at this point in the history
[#919] fixed: Destroy on Empty on showing when false
  • Loading branch information
kgar authored Jan 18, 2025
2 parents 1c4d3fa + 2219c58 commit af04520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sheets/classic/item/parts/FieldUses.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>

<!-- Auto-Destroy -->
{#if context.system.uses.autoDestroy}
{#if context.system.schema.fields.uses?.fields?.autoDestroy}
<div class="form-group">
<label for="{appId}-uses-autoDestroy"
>{localize('DND5E.CONSUMABLE.FIELDS.uses.autoDestroy.label')}</label
Expand Down

0 comments on commit af04520

Please sign in to comment.