Fix URLs in app overview
This commit is contained in:
parent
7c11b82e57
commit
6b39256184
|
@ -168,7 +168,7 @@
|
|||
title={"Version"}
|
||||
showIcon={true}
|
||||
action={() => {
|
||||
$goto("../version")
|
||||
$goto("./version")
|
||||
}}
|
||||
dataCy={"app-version"}
|
||||
>
|
||||
|
@ -196,7 +196,7 @@
|
|||
title={"Access"}
|
||||
showIcon={true}
|
||||
action={() => {
|
||||
$goto("../access")
|
||||
$goto("./access")
|
||||
}}
|
||||
dataCy={"access"}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue