@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
---
|
||||
|
||||
Get rid of `this-is-undefined-in-esm` warning
|
||||
@@ -98,7 +98,7 @@ export const EntityListComponent = (props: EntityListComponentProps) => {
|
||||
<ListItem
|
||||
dense
|
||||
button={Boolean(onItemClick) as any}
|
||||
onClick={() => onItemClick?.call(this, r.target)}
|
||||
onClick={() => onItemClick?.(r.target)}
|
||||
>
|
||||
<ListItemIcon>{locationListItemIcon(r.target)}</ListItemIcon>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user