Merge pull request #31312 from OSfrog/disable-owned-entity-picker

fix(OwnedEntityPicker): forward ui:disabled prop to EntityPicker
This commit is contained in:
Fredrik Adelöw
2025-10-06 15:15:45 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Forward `ui:disabled` in `OwnedEntityPicker` to allow disabling it
@@ -115,6 +115,7 @@ function buildEntityPickerUISchema(
...extraOptions,
catalogFilter,
},
'ui:disabled': uiSchema['ui:disabled'],
};
}