File tree Expand file tree Collapse file tree
src/pages/Search/SearchAdvancedFiltersPage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import FullScreenLoadingIndicator from '@components/FullscreenLoadingIndicator';
55import HeaderWithBackButton from '@components/HeaderWithBackButton' ;
66import ScreenWrapper from '@components/ScreenWrapper' ;
77import SearchFilterPageFooterButtons from '@components/Search/SearchFilterPageFooterButtons' ;
8- import SelectionList from '@components/SelectionListWithSections ' ;
9- import MultiSelectListItem from '@components/SelectionListWithSections /MultiSelectListItem' ;
10- import type { ListItem } from '@components/SelectionListWithSections /types' ;
8+ import SelectionList from '@components/SelectionList ' ;
9+ import MultiSelectListItem from '@components/SelectionList/ListItem /MultiSelectListItem' ;
10+ import type { ListItem } from '@components/SelectionList /types' ;
1111import useLocalize from '@hooks/useLocalize' ;
1212import useOnyx from '@hooks/useOnyx' ;
1313import useThemeStyles from '@hooks/useThemeStyles' ;
@@ -89,10 +89,10 @@ function SearchFiltersIsPage() {
8989 />
9090 < View style = { [ styles . flex1 ] } >
9191 < SelectionList
92- shouldSingleExecuteRowSelect
93- sections = { [ { data : listData } ] }
92+ data = { listData }
9493 ListItem = { MultiSelectListItem }
9594 onSelectRow = { updateSelectedItems }
95+ shouldSingleExecuteRowSelect
9696 />
9797 </ View >
9898 < FixedFooter style = { styles . mtAuto } >
You can’t perform that action at this time.
0 commit comments