mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-02-20 17:12:48 +00:00
Fix regions regex (UI).
This commit is contained in:
parent
02d66b8a5d
commit
e5e0514d9f
@ -124,7 +124,7 @@ class SideMenu extends Component<RouteComponentProps, IState> {
|
||||
this.setState({ selectedKey: "ns-device-profile-templates" });
|
||||
}
|
||||
|
||||
if (/\/regions\/.*/g.exec(path)) {
|
||||
if (/\/regions.*/g.exec(path)) {
|
||||
this.setState({ selectedKey: "ns-regions" });
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user