fix: add link to mui docs + fix typo in changeset

Signed-off-by: Julien <julien.hery@ext.adeo.com>
This commit is contained in:
Julien
2024-08-12 09:33:13 +02:00
parent 47bbcb7d88
commit a40904dc7d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-scaffolder': minor
---
Changed the way to display entities in `MyGroupsPicker` to use entityPresentationApi and make it consistent across scaffolder pickers
Changed the way to display entities in `MyGroupsPicker` to use `entityPresentationApi` and make it consistent across scaffolder pickers
@@ -22,6 +22,7 @@ const renderRow = (props: ListChildComponentProps) => {
return React.cloneElement(data[index], { style });
};
// Context needed to keep Autocomplete working correctly : https://v4.mui.com/components/autocomplete/#virtualization
const OuterElementContext = React.createContext({});
const OuterElementType = React.forwardRef<HTMLDivElement>((props, ref) => {