Skip to content

Commit

Permalink
Updated block,state,district component
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulg1254 committed Jul 29, 2024
1 parent 07f9bc8 commit a9840c3
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 287 deletions.
2 changes: 0 additions & 2 deletions src/components/HeaderComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import { useTheme } from "@mui/material/styles";
import { useTranslation } from "next-i18next";
import { useEffect, useState } from "react";
import {
getBlockList,
getDistrictList,
getStateBlockDistrictList,
} from "../services/MasterDataService";
import AreaSelection from "./AreaSelection";
Expand Down
2 changes: 1 addition & 1 deletion src/components/KaTableComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface KaTableComponentProps {
}[];
paginationEnable?: boolean;
showIcons?: boolean;
noData?: boolean;
noData?: any;
}

const KaTableComponent: React.FC<KaTableComponentProps> = ({
Expand Down
Loading

0 comments on commit a9840c3

Please sign in to comment.