Skip to content

Commit

Permalink
fix: zone management wrong tab
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed Oct 30, 2023
1 parent 93d5948 commit 27f36ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/options/OptionsRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ const OptionsRouter = (): JSX.Element => {
</Route>
}

<Route exact path={path + "/map_management/zones"}>
<EditMapPage
mode={"zones"}
/>
</Route>
<Route exact path={path + "/map_management/zones"}>
<EditMapPage
mode={"zones"}
/>
</Route>

{
combinedVirtualRestrictionsCapabilitySupported &&
Expand Down

0 comments on commit 27f36ae

Please sign in to comment.