Skip to content

Commit

Permalink
chore: fix warn
Browse files Browse the repository at this point in the history
  • Loading branch information
9sneha-n committed Nov 2, 2024
1 parent 62d377c commit 57ce2f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/webapp/pages/incident-action-plan/ResponseActionTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { BasicTable, TableColumn, TableRowType } from "../../components/table/Ba
import { Box, Button } from "@material-ui/core";
import { AddCircleOutline, EditOutlined } from "@material-ui/icons";
import { Maybe } from "../../../utils/ts-utils";
import { useCheckWritePermission } from "../../hooks/useHasCurrentUserCaptureAccess";
import { useSnackbar } from "@eyeseetea/d2-ui-components";

type ResponseActionTableProps = {
onChange: (value: Maybe<string>, rowIndex: number, column: TableColumn["value"]) => void;
Expand Down

0 comments on commit 57ce2f3

Please sign in to comment.