Fix empty record index page (#18500)

Before
<img width="1507" height="851" alt="Capture d’écran 2026-03-09 à 15 27
17"
src="https://github.com/user-attachments/assets/6f93686d-a3f9-4fb1-a02e-d6b1a8347120"
/>

After
<img width="1507" height="851" alt="Capture d’écran 2026-03-09 à 15 26
53"
src="https://github.com/user-attachments/assets/68a44260-0332-48c7-92bf-7bef466a7a05"
/>
This commit is contained in:
Thomas Trompette
2026-03-09 16:16:04 +01:00
committed by GitHub
parent 662de17644
commit 82a1179e23
@@ -22,10 +22,6 @@ import {
const StyledEmptyPlaceholderOuterContainer = styled.div`
height: 100%;
width: 100%;
> * {
align-items: flex-start;
}
`;
type RecordTableEmptyStateDisplayButtonComponentProps = {