Skip to content

Commit

Permalink
fix: display nodes sidebar
Browse files Browse the repository at this point in the history
It was broken due to the incorrect object merge.

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Dec 25, 2024
1 parent 06aa266 commit 3dd7e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ const withPrefix = (prefix: string, routes: RouteRecordRaw[], meta?: Record<stri
routes.map((route) => {
if (meta) {
route.meta = {
...route.meta,
...meta,
...route.meta,
}
}

Expand Down

0 comments on commit 3dd7e93

Please sign in to comment.