mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 15:03:37 +02:00
Fixed DowntimeMove actions not opening
This commit is contained in:
parent
4944722139
commit
1fea8438ba
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<div class="settings-items">
|
<div class="settings-items">
|
||||||
{{#each move.actions as |action|}}
|
{{#each move.actions as |action|}}
|
||||||
{{> "systems/daggerheart/templates/settings/components/settings-item-line.hbs" id=action.id }}
|
{{> "systems/daggerheart/templates/settings/components/settings-item-line.hbs" id=action.id type="action" }}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue