Skip to content

Commit

Permalink
hopefully fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 24, 2024
1 parent 567be7e commit 4f1fce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ItemModel = { category: string; data: IItemDefinition; value: string };
export class InputItemComponent implements OnInit {
private modService = inject(ModService);

public item = model<ItemModel | undefined>();
public item = model<ItemModel | IItemDefinition | undefined>();
public label = input<string>('Item');
public defaultValue = input<string>();
public allowNone = input<boolean>(false);
Expand Down

0 comments on commit 4f1fce8

Please sign in to comment.