debug
This commit is contained in:
@@ -5,7 +5,7 @@ import { useContext } from "react";
|
||||
import ConfirmForm from "./Form/ConfirmForm";
|
||||
import RejectForm from "./Form/RejectForm";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { DataTableContext } from "@/lib/app/contexts/datatableContext";
|
||||
import { DataTableContext } from "@/lib/app/contexts/DatatableContext";
|
||||
|
||||
const TableRowActions = ({ row }) => {
|
||||
const t = useTranslations();
|
||||
|
||||
@@ -5,7 +5,7 @@ import { useContext } from "react";
|
||||
import ConfirmForm from "./Form/ConfirmForm";
|
||||
import RejectForm from "./Form/RejectForm";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { DataTableContext } from "@/lib/app/contexts/datatableContext";
|
||||
import { DataTableContext } from "@/lib/app/contexts/DatatableContext";
|
||||
|
||||
const TableRowActions = ({ row }) => {
|
||||
const t = useTranslations();
|
||||
|
||||
@@ -5,7 +5,7 @@ import { useContext } from "react";
|
||||
import ConfirmForm from "./Form/ConfirmForm";
|
||||
import RejectForm from "./Form/RejectForm";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { DataTableContext } from "@/lib/app/contexts/datatableContext";
|
||||
import { DataTableContext } from "@/lib/app/contexts/DatatableContext";
|
||||
|
||||
const TableRowActions = ({ row }) => {
|
||||
const t = useTranslations();
|
||||
|
||||
@@ -5,7 +5,7 @@ import { useContext } from "react";
|
||||
import ConfirmForm from "./Form/ConfirmForm";
|
||||
import RejectForm from "./Form/RejectForm";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { DataTableContext } from "@/lib/app/contexts/datatableContext";
|
||||
import { DataTableContext } from "@/lib/app/contexts/DatatableContext";
|
||||
|
||||
const TableRowActions = ({ row }) => {
|
||||
const t = useTranslations();
|
||||
|
||||
@@ -5,7 +5,7 @@ import { useContext } from "react";
|
||||
import ConfirmForm from "./Form/ConfirmForm";
|
||||
import RejectForm from "./Form/RejectForm";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { DataTableContext } from "@/lib/app/contexts/datatableContext";
|
||||
import { DataTableContext } from "@/lib/app/contexts/DatatableContext";
|
||||
|
||||
const TableRowActions = ({ row }) => {
|
||||
const t = useTranslations();
|
||||
|
||||
Reference in New Issue
Block a user