You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All links work well on sidebar. But only 4.2 (/#/FamilyIntakeForm) works well in header.
All other links will end in dashboard main screen.
No errors reported.
Any idea what am I missing?
Just found out the any link that is defined in appRoutes[] in sidebar will show on header.
How do I get rid of this duplication?
Is there a place to define those links other then appRoutes[]?
Any idea what am I missing?
The text was updated successfully, but these errors were encountered:
In the following code (in components/Header/HeaderLinks.jsx):
All links work well on sidebar. But only 4.2 (
/#/FamilyIntakeForm
) works well in header.All other links will end in dashboard main screen.
No errors reported.
Any idea what am I missing?
Just found out the any link that is defined in
appRoutes[]
in sidebar will show on header.How do I get rid of this duplication?
Is there a place to define those links other then
appRoutes[]
?Any idea what am I missing?
The text was updated successfully, but these errors were encountered: