Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 10, 2024
1 parent 41f9dea commit 2fe40bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { coreStats, extraStats } from '../../../helpers';
styleUrl: './input-stat.component.scss',
})
export class InputStatComponent {
public stat = model.required<StatType>();
public stat = model.required<StatType | undefined>();
public change = output<ItemClassType>();
public allowCore = input<boolean>(true);
public allowExtra = input<boolean>(true);
Expand Down

0 comments on commit 2fe40bf

Please sign in to comment.