remove relative URL from changeset

Signed-off-by: Jason Nguyen <jsn.dev@outlook.com>
This commit is contained in:
Jason Nguyen
2023-12-24 17:10:39 -07:00
committed by GitHub
parent e541c0ec55
commit 93ce28dfa3
+1 -1
View File
@@ -2,7 +2,7 @@
'@backstage/plugin-catalog': minor
---
Exported `defaultCatalogTableColumnsFunc` to create a seam for defining the columns in [CatalogTable](https://github.com/backstage/backstage/blob/master/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx) of some Kinds while using the default columns for the others.
Exported `defaultCatalogTableColumnsFunc` to create a seam for defining the columns in `<CatalogTable />` of some Kinds while using the default columns for the others.
This is useful for defining the columns of a custom Kind or to redefine the columns for a built-in Kind.
```diff