From 175d86b63b7fb1726daa669b39896a15276bc32f Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Thu, 23 Nov 2023 21:02:32 +0100 Subject: [PATCH] HeaderTabs changeset Signed-off-by: Vincenzo Scamporlino --- .changeset/short-buttons-cover.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/short-buttons-cover.md diff --git a/.changeset/short-buttons-cover.md b/.changeset/short-buttons-cover.md new file mode 100644 index 0000000000..2d98e212f7 --- /dev/null +++ b/.changeset/short-buttons-cover.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-components': patch +--- + +Fixed an issue where the `onChange` prop within `HeaderTabs` was triggering twice upon tab-switching.