Merge branch 'feature/debug_app_layout' into 'develop'
Feature/debug app layout See merge request witel3/loan-facilities-expert!59
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();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { DataTableProvider } from "@/lib/app/contexts/DataTableContext";
|
||||
import { DataTableProvider } from "@/lib/app/contexts/DatatableContext";
|
||||
import DataTable from "./Datatable";
|
||||
import { ReloadDataTableProvider } from "@/lib/app/contexts/ReloadDatatableContext";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user