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