mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-30 20:12:00 +08:00
remove logs
This commit is contained in:
parent
8a5178f0dc
commit
c49ffd83a3
@ -35,7 +35,6 @@ const defaultOption = {
|
|||||||
|
|
||||||
const SelectService = (props: SelectServiceProps) => {
|
const SelectService = (props: SelectServiceProps) => {
|
||||||
const [selectedVal, setSelectedVal] = useState<string>(defaultOption.serviceName);
|
const [selectedVal, setSelectedVal] = useState<string>(defaultOption.serviceName);
|
||||||
console.log("props",props);
|
|
||||||
const { zoomToService, zoomToDefault } = props;
|
const { zoomToService, zoomToDefault } = props;
|
||||||
const services = cloneDeep(props.services);
|
const services = cloneDeep(props.services);
|
||||||
services.unshift(defaultOption)
|
services.unshift(defaultOption)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user