feat: set aria-label
This commit is contained in:
@@ -144,7 +144,7 @@ export const InterpretationLog = () => {
|
|||||||
</Highlight>
|
</Highlight>
|
||||||
{tableData.length > 0 && (
|
{tableData.length > 0 && (
|
||||||
<TableContainer component={Paper}>
|
<TableContainer component={Paper}>
|
||||||
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="simple table">
|
<Table sx={{ minWidth: 650 }} stickyHeader aria-label="output data table">
|
||||||
<TableHead>
|
<TableHead>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
{columns.map((column) => (
|
{columns.map((column) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user