Update api reports

Signed-off-by: Juan Escalada <juanescalada175@gmail.com>
This commit is contained in:
Juan Escalada
2024-11-09 15:13:40 +09:00
parent 9806596ac9
commit 639fbba05c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ const _default: FrontendPlugin<
>;
inputs: {};
params: {
title: string;
title: string /** @alpha */;
icon: IconComponent;
routeRef: RouteRef<undefined>;
};
+1
View File
@@ -499,6 +499,7 @@ export type RouterProps = {
editor?: boolean;
actions?: boolean;
tasks?: boolean;
create?: boolean;
};
};