From c17562c0cb31073564e107d7c2001c48f08cc7af Mon Sep 17 00:00:00 2001 From: Hasnain Sayyed <70531302+Hasnain01-hub@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:10:32 +0530 Subject: [PATCH] filter feature removed:/orglist (#1272) --- src/screens/OrgList/OrgList.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/screens/OrgList/OrgList.tsx b/src/screens/OrgList/OrgList.tsx index 4867b11a6d..72058e8d96 100644 --- a/src/screens/OrgList/OrgList.tsx +++ b/src/screens/OrgList/OrgList.tsx @@ -1,13 +1,11 @@ import { useMutation, useQuery } from '@apollo/client'; import { Search } from '@mui/icons-material'; -import FilterListIcon from '@mui/icons-material/FilterList'; import SortIcon from '@mui/icons-material/Sort'; import { CREATE_ORGANIZATION_MUTATION } from 'GraphQl/Mutations/mutations'; import { ORGANIZATION_CONNECTION_LIST, USER_ORGANIZATION_LIST, } from 'GraphQl/Queries/Queries'; - import { CREATE_SAMPLE_ORGANIZATION_MUTATION } from 'GraphQl/Mutations/mutations'; import OrgListCard from 'components/OrgListCard/OrgListCard'; @@ -348,17 +346,6 @@ function orgList(): JSX.Element { - {userData && userData.user.userType === 'SUPERADMIN' && (