Skip to content

Commit 5b591cf

Browse files
committed
chore: unused code removed
1 parent 659e65f commit 5b591cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/charts/list/ChartListPopUp.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import {
2222
ButtonStyleType,
2323
ButtonVariantType,
2424
ComponentSizeType,
25+
EMPTY_STATE_STATUS,
2526
GenericEmptyState,
2627
Icon,
2728
ImageType,
@@ -38,7 +39,7 @@ import { ReactComponent as SyncIcon } from '../../../assets/icons/ic-arrows_cloc
3839
import EmptyFolder from '../../../assets/img/empty-folder.webp'
3940
import NoResults from '../../../assets/img/[email protected]'
4041
import { URLS } from '../../../config'
41-
import { EMPTY_STATE_STATUS, TOAST_INFO } from '../../../config/constantMessaging'
42+
import { TOAST_INFO } from '../../../config/constantMessaging'
4243
import { reSyncChartRepo } from '../../chartRepo/chartRepo.service'
4344
import { ChartListPopUpType } from '../charts.types'
4445
import AddChartSource from './AddChartSource'

src/components/charts/list/DiscoverCharts.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ const DiscoverChartList = ({ isSuperAdmin }: { isSuperAdmin: boolean }) => {
113113
const [clickedOnAdvance, setClickedOnAdvance] = useState(null)
114114
const [chartActiveMap, setChartActiveMap] = useState({})
115115

116-
// const [showSourcePopoUp, setShowSourcePopoUp] = useState<boolean>(false)
117116
const [chartLists, setChartLists] = useState<ChartListType[]>([])
118117
const [isLoading, setIsLoading] = useState<boolean>(false)
119118
const [filteredChartList, setFilteredChartList] = useState<ChartListType[]>([])

0 commit comments

Comments
 (0)