mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Minor fix
This commit is contained in:
parent
75cc036ce6
commit
80ab93f045
@ -12,7 +12,7 @@ interface InputGroupDataRequestedEvent {
|
||||
export abstract class InputGroup<Data extends {} = {}> {
|
||||
private _name: string = "";
|
||||
private _element?: HTMLElement;
|
||||
public initialData: Data;
|
||||
public readonly initialData: Data;
|
||||
protected currentData: Partial<Data> = {};
|
||||
// Event manager for data requests.
|
||||
private readonly dataRequestedEventManager = new TypedEvent<
|
||||
|
Loading…
x
Reference in New Issue
Block a user