From a39ab350429991dc98b5d8eb508abe7785880f78 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 19 Mar 2026 19:09:06 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Patrik Oldsberg Signed-off-by: Patrik Oldsberg --- .changeset/remove-plugin-header-action-define-params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/remove-plugin-header-action-define-params.md b/.changeset/remove-plugin-header-action-define-params.md index fa19efeb37..d3dbcdc410 100644 --- a/.changeset/remove-plugin-header-action-define-params.md +++ b/.changeset/remove-plugin-header-action-define-params.md @@ -2,4 +2,4 @@ '@backstage/frontend-plugin-api': patch --- -Removed the `defineParams` callback from `PluginHeaderActionBlueprint`. Params are now typed inline on the factory, matching the pattern used by `PageBlueprint`, `SubPageBlueprint`, and others. +Removed the unnecessary need to use `defineParams` callback from `PluginHeaderActionBlueprint`. It still works, but is no longer required.