Merge pull request #31312 from OSfrog/disable-owned-entity-picker
fix(OwnedEntityPicker): forward ui:disabled prop to EntityPicker
This commit is contained in:
@@ -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'],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user