Merge pull request #33138 from backstage/rugvip/fix-dialog-api-jsx-type-inconsistency

Fix JSX type reference inconsistency in DialogApiDialog
This commit is contained in:
Patrik Oldsberg
2026-03-05 13:50:34 +01:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Fixed inconsistent `JSX.Element` type reference in the `DialogApiDialog.update` method signature.