From 365f887717c9cdf3e503fc26e397bf0a6d8389aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linn=C3=A9a=20Ivansson?= Date: Wed, 23 Nov 2022 10:35:46 +0100 Subject: [PATCH] Add changeset. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Linnéa Ivansson --- .changeset/chilly-flies-nail.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilly-flies-nail.md diff --git a/.changeset/chilly-flies-nail.md b/.changeset/chilly-flies-nail.md new file mode 100644 index 0000000000..ffc9627b79 --- /dev/null +++ b/.changeset/chilly-flies-nail.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-kubernetes': patch +--- + +Removed rendering for ErrorEmptyState in ErrorReporting component, so nothing is rendered when there are no errors. Also removed Divider on Kubernetes page.