fix(changeset): fixes spelling mistakes

Signed-off-by: Matthew Prinold <matthewprinold@gmail.com>
This commit is contained in:
Matthew Prinold
2023-10-27 11:50:22 +01:00
parent 6c14c07bee
commit 56fb06fbc7
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-catalog': patch
---
fixes bug where after unregistering an entity you are redirected to "/". Adds an optional externalRoute "unregisterRedirect" into the catalog plugin which when bound will be navigated to on successfull removal of an entity. If the external route is not bound it will default to using the catalog rootRouteRef "/catalog".
fixes bug where after unregistering an entity you are redirected to "/". Adds an optional external route "unregisterRedirect" into the catalog plugin which when bound will be navigated to on successful removal of an entity. If the external route is not bound it will default to using the catalog rootRouteRef "/catalog".