Skip to content

Commit

Permalink
fix default router
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jul 23, 2024
1 parent 3f41a25 commit 8b3a902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion widget/page/project/Index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const config = {
name: "Overview",
icon: "bi bi-house",
},
default: "true",
default: true,
},
tasks: {
path: "${config_account}/widget/page.project.Main",
Expand Down
2 changes: 1 addition & 1 deletion widget/page/project/Main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const config = {
init: {
...props,
},
default: "true",
default: true,
},
activity: {
path: "${config_account}/widget/page.project.tabs.Discussion",
Expand Down

0 comments on commit 8b3a902

Please sign in to comment.