fix bug
This commit is contained in:
parent
43b325735b
commit
2e77124d9e
|
@ -20,8 +20,8 @@ export interface DispatchProps {
|
||||||
onReadAllByProbe?(probe: Probe): void;
|
onReadAllByProbe?(probe: Probe): void;
|
||||||
onReadAllByDomain?(domain: Domain): void;
|
onReadAllByDomain?(domain: Domain): void;
|
||||||
onSelectSensor?(id: number): void;
|
onSelectSensor?(id: number): void;
|
||||||
onAddSensor?(target: Target): void;
|
onAddSensor?(infraId: string): void;
|
||||||
onReadAllByInfra?(infra: Infra): void;
|
onReadAllByInfra?(infraId: number): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type SensorListProps = StateProps & DispatchProps;
|
export type SensorListProps = StateProps & DispatchProps;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user