core-components,catalog: switch back paths to being required on routed tabs

Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-08-24 14:25:27 +02:00
parent bbdefa2038
commit c3ea619480
3 changed files with 5 additions and 5 deletions
@@ -52,7 +52,7 @@ import { EntityContextMenu } from '../EntityContextMenu/EntityContextMenu';
/** @public */
export type EntityLayoutRouteProps = {
path?: string;
path: string;
title: string;
children: JSX.Element;
if?: (entity: Entity) => boolean;