mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 13:46:00 +08:00
feat: default options is updated (#3607)
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
This commit is contained in:
parent
cbd2f4c643
commit
28d346eafb
@ -53,10 +53,10 @@ export const ServiceMapOptions: Option[] = [
|
||||
|
||||
export const getDefaultOption = (route: string): Time => {
|
||||
if (route === ROUTES.SERVICE_MAP) {
|
||||
return ServiceMapOptions[0].value;
|
||||
return ServiceMapOptions[2].value;
|
||||
}
|
||||
if (route === ROUTES.APPLICATION) {
|
||||
return Options[0].value;
|
||||
return Options[2].value;
|
||||
}
|
||||
return Options[2].value;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user