feat: set aria-label

This commit is contained in:
karishmas6
2024-09-08 01:26:50 +05:30
parent 0e5bf8518a
commit 69c806f501

View File

@@ -144,7 +144,7 @@ export const InterpretationLog = () => {
</Highlight>
{tableData.length > 0 && (
<TableContainer component={Paper}>
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="simple table">
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="output data table">
<TableHead>
<TableRow>
{columns.map((column) => (