mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fix typo in AttributionDialog class name (#1245)
Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
ba84a75bd0
commit
3aaae26ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import autocomplete from 'autocompleter';
|
|||
|
||||
const { HandlebarsApplicationMixin, ApplicationV2 } = foundry.applications.api;
|
||||
|
||||
export default class AttriubtionDialog extends HandlebarsApplicationMixin(ApplicationV2) {
|
||||
export default class AttributionDialog extends HandlebarsApplicationMixin(ApplicationV2) {
|
||||
constructor(item) {
|
||||
super({});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue