@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Deprecated the `EntityPageLayout`; please use the new extension based `CatalogEntityPage` instead
|
||||
@@ -55,8 +55,8 @@ const useStyles = makeStyles(theme => ({
|
||||
|
||||
function TabPanel(props: {
|
||||
children?: React.ReactNode;
|
||||
index: any;
|
||||
value: any;
|
||||
index: number;
|
||||
value: number;
|
||||
}) {
|
||||
const { children, value, index, ...other } = props;
|
||||
const classes = useStyles();
|
||||
|
||||
Reference in New Issue
Block a user