docs(frontend-system): fix using external route refs example
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com> Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -340,7 +340,7 @@ const catalogEntityListPage = createPageExtension({
|
||||
defaultPath: '/'
|
||||
routeRef: rootRouteRef,
|
||||
loader: async () => {
|
||||
const href = useRouteRef(catalogCreateComponentRouteRef)();
|
||||
const href = useRouteRef(catalogCreateComponentRouteRef);
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user