frontend-plugin-api: make header actions a element[]

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-17 12:35:20 +01:00
parent c37e2bf6d4
commit b7ae1243e0
22 changed files with 47 additions and 46 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ const _default: OverridableFrontendPlugin<
path: string;
title?: string;
icon?: IconElement;
loader?: () => Promise<JSX.Element>;
loader?: () => Promise<JSX_2.Element>;
routeRef?: RouteRef_2;
noHeader?: boolean;
};