Use the main deleteDoc handler instead of the party sheet specific one (#1920)

This commit is contained in:
Carlos Fernandez 2026-05-23 05:52:23 -04:00 committed by GitHub
parent bae9006f64
commit 53e8da77c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 21 deletions

View file

@ -117,7 +117,7 @@ Parameters:
<i class="fa-solid fa-edit" inert></i>
</a>
{{#if (not isActor)}}
<a data-action="deleteItem" data-tooltip="DAGGERHEART.UI.Tooltip.deleteItem">
<a data-action="deleteDoc" data-tooltip="DAGGERHEART.UI.Tooltip.deleteItem">
<i class="fa-solid fa-trash" inert></i>
</a>
{{else if (eq type 'adversary')}}