mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
The delete button wasn't working for them with broken links (#1266)
This commit is contained in:
parent
7c4200b431
commit
6408528319
2 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@
|
|||
class='effect-control'
|
||||
data-action='removeItemFromCollection'
|
||||
data-target="subclasses"
|
||||
data-uuid={{subclass.uuid}}
|
||||
data-uuid="{{subclass.uuid}}"
|
||||
data-tooltip='{{localize "CONTROLS.CommonDelete"}}'
|
||||
>
|
||||
<i class='fas fa-trash'></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue