scaffolder: fix NFS custom field explorer wiring (#33599)

* scaffolder: fix NFS custom field explorer wiring

Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>

* refactor: use useMountEffect instead of useEffect for async execute

Signed-off-by: benjdlambert <ben@blam.sh>

---------

Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
Signed-off-by: benjdlambert <ben@blam.sh>
Co-authored-by: benjdlambert <ben@blam.sh>
This commit is contained in:
Adam Kunicki
2026-04-14 04:57:58 -07:00
committed by GitHub
parent d3627319a1
commit 297302ebce
5 changed files with 190 additions and 40 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Fixed the NFS custom field explorer so loaded form fields render field options and previews correctly.