mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00
refactor: remove unused prop
This commit is contained in:
parent
e4b41b1a27
commit
b979c24cb4
@ -37,7 +37,6 @@ interface ServiceMapProps extends RouteComponentProps<any> {
|
|||||||
globalTime: GlobalTime;
|
globalTime: GlobalTime;
|
||||||
getServiceMapItems: Function;
|
getServiceMapItems: Function;
|
||||||
getDetailedServiceMapItems: Function;
|
getDetailedServiceMapItems: Function;
|
||||||
componentPath: string;
|
|
||||||
}
|
}
|
||||||
interface graphNode {
|
interface graphNode {
|
||||||
id: string;
|
id: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user