mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: rename delete handlers file
This commit is contained in:
@@ -13,7 +13,7 @@ import { Button, Grid, Paper } from "@mui/material";
|
||||
import { GridColDef, GridRowSelectionModel } from "@mui/x-data-grid";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
@@ -12,7 +12,7 @@ import { Button, Grid, Paper } from "@mui/material";
|
||||
import { useRouter } from "next/router";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
@@ -15,7 +15,7 @@ import Link from "next/link";
|
||||
import { useRouter } from "next/router";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
@@ -13,7 +13,7 @@ import { Button, Grid, Paper, Switch } from "@mui/material";
|
||||
import { GridColDef, GridRowSelectionModel } from "@mui/x-data-grid";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
@@ -12,7 +12,7 @@ import { Button, Grid, Paper } from "@mui/material";
|
||||
import { GridColDef } from "@mui/x-data-grid";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
@@ -13,7 +13,7 @@ import { GridColDef } from "@mui/x-data-grid";
|
||||
import { useQueryClient } from "react-query";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
@@ -12,7 +12,7 @@ import { GridColDef, GridEventListener } from "@mui/x-data-grid";
|
||||
|
||||
import AttachmentThumbnail from "@/app-components/attachment/AttachmentThumbnail";
|
||||
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
@@ -13,7 +13,7 @@ import { GridColDef, GridRowSelectionModel } from "@mui/x-data-grid";
|
||||
import { useRouter } from "next/router";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
@@ -27,7 +27,7 @@ import { useState } from "react";
|
||||
import { useQueryClient } from "react-query";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { ChipEntity } from "@/app-components/displays/ChipEntity";
|
||||
import AutoCompleteEntitySelect from "@/app-components/inputs/AutoCompleteEntitySelect";
|
||||
import FileUploadButton from "@/app-components/inputs/FileInput";
|
||||
|
||||
@@ -16,7 +16,7 @@ import { useRouter } from "next/router";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
@@ -12,7 +12,7 @@ import { Button, Grid, Paper } from "@mui/material";
|
||||
import { GridColDef } from "@mui/x-data-grid";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs/DeleteDialog";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
@@ -12,7 +12,7 @@ import { Button, Chip, Grid, Paper, Stack } from "@mui/material";
|
||||
import { GridColDef } from "@mui/x-data-grid";
|
||||
|
||||
import { DeleteDialog } from "@/app-components/dialogs";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandles";
|
||||
import { deleteCallbackHandler } from "@/app-components/dialogs/utils/deleteHandlers";
|
||||
import { FilterTextfield } from "@/app-components/inputs/FilterTextfield";
|
||||
import {
|
||||
ActionColumnLabel,
|
||||
|
||||
Reference in New Issue
Block a user