diff --git a/src/module/actor/actor-sheet.ts b/src/module/actor/actor-sheet.ts index 94dcafcd..4b2c69d8 100644 --- a/src/module/actor/actor-sheet.ts +++ b/src/module/actor/actor-sheet.ts @@ -110,7 +110,7 @@ export class DS4ActorSheet extends ActorSheet, not an Item - const property: string = $(ev.currentTarget).data("property"); + const property: string | undefined = $(ev.currentTarget).data("property"); // Early return: // Disabled => do nothing