refactor: reordered option

This commit is contained in:
Domingo Dirutigliano
2023-10-01 02:09:07 +02:00
parent e96c38b186
commit 661fedae39
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ export function getapiobject(){
export function HomeRedirector(){
const section = sessionStorage.getItem("home_section")
const path = section?`/${section}`:`/firewall`
const path = section?`/${section}`:`/nfregex`
return <Navigate to={path} replace/>
}