File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/charts/list Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import {
22
22
ButtonStyleType ,
23
23
ButtonVariantType ,
24
24
ComponentSizeType ,
25
+ EMPTY_STATE_STATUS ,
25
26
GenericEmptyState ,
26
27
Icon ,
27
28
ImageType ,
@@ -38,7 +39,7 @@ import { ReactComponent as SyncIcon } from '../../../assets/icons/ic-arrows_cloc
38
39
import EmptyFolder from '../../../assets/img/empty-folder.webp'
39
40
import NoResults from '../../../assets/img/[email protected] '
40
41
import { URLS } from '../../../config'
41
- import { EMPTY_STATE_STATUS , TOAST_INFO } from '../../../config/constantMessaging'
42
+ import { TOAST_INFO } from '../../../config/constantMessaging'
42
43
import { reSyncChartRepo } from '../../chartRepo/chartRepo.service'
43
44
import { ChartListPopUpType } from '../charts.types'
44
45
import AddChartSource from './AddChartSource'
Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ const DiscoverChartList = ({ isSuperAdmin }: { isSuperAdmin: boolean }) => {
113
113
const [ clickedOnAdvance , setClickedOnAdvance ] = useState ( null )
114
114
const [ chartActiveMap , setChartActiveMap ] = useState ( { } )
115
115
116
- // const [showSourcePopoUp, setShowSourcePopoUp] = useState<boolean>(false)
117
116
const [ chartLists , setChartLists ] = useState < ChartListType [ ] > ( [ ] )
118
117
const [ isLoading , setIsLoading ] = useState < boolean > ( false )
119
118
const [ filteredChartList , setFilteredChartList ] = useState < ChartListType [ ] > ( [ ] )
You can’t perform that action at this time.
0 commit comments