Merge pull request #10675 from backstage/unregister-location-implicit-delete

Update behavior when unregistering locations from `UnregisterEntityDialog`
This commit is contained in:
Fredrik Adelöw
2022-04-08 20:59:45 +02:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Updated the "unregister location" behavior in `UnregisterEntityDialog`. Removed unnecessary entity deletion requests that were sent after successfully deleting a location.