Skip to content

Commit 2505233

Browse files
committed
Refactor CSVTicketTable component: reorder DialogActions import for consistency
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
1 parent f0b1c79 commit 2505233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/features/csvtickets/CSVTicketTable.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ import {
1616
Card,
1717
CardHeader,
1818
Dialog,
19+
DialogActions,
1920
DialogBody,
2021
DialogContent,
2122
DialogSurface,
2223
DialogTitle,
23-
DialogActions,
2424
Dropdown,
2525
makeStyles,
2626
Option,

0 commit comments

Comments
 (0)