From 57b54c8ed402674fec0cf3da02509d5e3a18722a Mon Sep 17 00:00:00 2001 From: Vividh Chandna Date: Tue, 27 Oct 2020 17:04:26 +0530 Subject: [PATCH] Add changeset --- .changeset/ten-bees-wash.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/ten-bees-wash.md diff --git a/.changeset/ten-bees-wash.md b/.changeset/ten-bees-wash.md new file mode 100644 index 0000000000..179dbf87f4 --- /dev/null +++ b/.changeset/ten-bees-wash.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs': patch +--- + +While techdocs fetches site name and metadata for the component, the page title was displayed as '[object Object] | Backstage'. This has now been fixed to display the component ID if site name is not present or being fetched.