stop using old prop

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-09-20 10:51:41 +02:00
parent 2aed4037b0
commit b9ce306814
2 changed files with 11 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-pagerduty': patch
---
Minor fix to avoid usage of deprecated prop
@@ -20,7 +20,12 @@ import EmptyStateImage from '../../assets/emptystate.svg';
export const ChangeEventEmptyState = () => {
return (
<Grid container justify="center" direction="column" alignItems="center">
<Grid
container
justifyContent="center"
direction="column"
alignItems="center"
>
<Grid item xs={12}>
<Typography variant="h5">No change events to display yet.</Typography>
</Grid>