Skip to content

Commit

Permalink
chore: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Dec 2, 2024
1 parent e0d8f02 commit 901df25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/ActionButtons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const ActionButtons: React.FC<ActionButtonsProps> = ({ rowId }) => (
renderIcon={Icons.DocumentDownload}
onClick={() => null}
size="md"
disabled
/>
</>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import {
TableContainer,
TableHead,
TableHeader,
TableRow,
Modal,
TableRow
} from "@carbon/react";
import EmptySection from "../../../EmptySection";
import PaginationContext from "../../../../contexts/PaginationContext";
Expand Down

0 comments on commit 901df25

Please sign in to comment.