mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 21:15:56 +08:00
fix: default version to v4 if version param not present in url params (#4636)
This commit is contained in:
parent
44ff1517d1
commit
e5de35a769
@ -44,7 +44,7 @@ function CreateRules(): JSX.Element {
|
|||||||
default:
|
default:
|
||||||
setInitValues({
|
setInitValues({
|
||||||
...alertDefaults,
|
...alertDefaults,
|
||||||
version: version || 'v3',
|
version: version || 'v4',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user