Skip to content

Commit

Permalink
Fixed accessibility axe issue with empty table text
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega committed Mar 25, 2024
1 parent 8835f2e commit d508b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/DataSubmissions/GenericTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,10 @@ const GenericTable = <T,>({
<TableRow style={{ height: 46 * numRowsNoContent }}>
<TableCell colSpan={columns.length}>
<Typography
variant="h6"
variant="body1"
align="center"
fontSize={18}
fontWeight={500}
color="#757575"
>
{noContentText || "No existing data was found"}
Expand Down

0 comments on commit d508b79

Please sign in to comment.