Skip to content

Commit 8b27240

Browse files
jjzhang332瑛玄
andauthored
chore: remove typography in select menu (#567)
Signed-off-by: 瑛玄 <[email protected]> Co-authored-by: 瑛玄 <[email protected]>
1 parent 49a3f9a commit 8b27240

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/audit/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
TextField,
1717
} from '@mui/material';
1818
import SearchIcon from '@mui/icons-material/Search';
19-
import { SetStateAction, useCallback, useEffect, useMemo, useRef, useState } from 'react';
19+
import { SetStateAction, useCallback, useEffect, useMemo, useState } from 'react';
2020
import styles from './index.module.css';
2121
import { DEFAULT_PAGE_SIZE, MAX_PAGE_SIZE } from '../../lib/constants';
2222
import { auditLogsResponse, getAuditLogs, getUsers, getUsersResponse } from '../../lib/api';
@@ -256,7 +256,7 @@ export default function AuditLogs() {
256256
value={item.name}
257257
id={item.name}
258258
>
259-
<Typography variant="body2">{item.lable}</Typography>
259+
{item.lable}
260260
</MenuItem>
261261
))}
262262
</Select>
@@ -286,7 +286,7 @@ export default function AuditLogs() {
286286
value={item.name}
287287
id={item.name}
288288
>
289-
<Typography variant="body2">{item.lable}</Typography>
289+
{item.lable}
290290
</MenuItem>
291291
))}
292292
</Select>
@@ -316,7 +316,7 @@ export default function AuditLogs() {
316316
value={item.name}
317317
id={item.name}
318318
>
319-
<Typography variant="body2">{item.lable}</Typography>
319+
{item.lable}
320320
</MenuItem>
321321
))}
322322
</Select>

0 commit comments

Comments
 (0)