Commit 0a24d38 1 parent 2bff298 commit 0a24d38 Copy full SHA for 0a24d38
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { EntryAttributeType } from "@dmm-com/airone-apiclient-typescript-fetch" ;
2
2
import {
3
+ Paper ,
3
4
Table ,
4
- TableContainer ,
5
- TableHead ,
6
5
TableBody ,
7
6
TableCell ,
7
+ TableContainer ,
8
+ TableHead ,
8
9
TableRow ,
9
- Paper ,
10
10
Typography ,
11
11
} from "@mui/material" ;
12
12
import { styled } from "@mui/material/styles" ;
@@ -47,7 +47,7 @@ const AttrValueTableCell = styled(TableCell)(() => ({
47
47
export const EntryAttributes : FC < Props > = ( { attributes } ) => {
48
48
return (
49
49
< TableContainer component = { Paper } >
50
- < Table >
50
+ < Table id = "table_attr_list" >
51
51
< TableHead sx = { { backgroundColor : "primary.dark" } } >
52
52
< TableRow >
53
53
< HeaderTableCell > 項目</ HeaderTableCell >
Original file line number Diff line number Diff line change @@ -393,6 +393,7 @@ exports[`should match snapshot 1`] = `
393
393
>
394
394
<table
395
395
class = " MuiTable-root css-rqglhn-MuiTable-root"
396
+ id = " table_attr_list"
396
397
>
397
398
<thead
398
399
class = " MuiTableHead-root css-15n4dzy-MuiTableHead-root"
@@ -821,6 +822,7 @@ exports[`should match snapshot 1`] = `
821
822
>
822
823
<table
823
824
class = " MuiTable-root css-rqglhn-MuiTable-root"
825
+ id = " table_attr_list"
824
826
>
825
827
<thead
826
828
class = " MuiTableHead-root css-15n4dzy-MuiTableHead-root"
You can’t perform that action at this time.
0 commit comments