File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/pages/Search/SearchAdvancedFiltersPage Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import FixedFooter from '@components/FixedFooter';
55import HeaderWithBackButton from '@components/HeaderWithBackButton' ;
66import ScreenWrapper from '@components/ScreenWrapper' ;
77import type { SearchWithdrawalType } from '@components/Search/types' ;
8- import SelectionList from '@components/SelectionListWithSections ' ;
9- import SingleSelectListItem from '@components/SelectionListWithSections /SingleSelectListItem' ;
10- import type { ListItem } from '@components/SelectionListWithSections /types' ;
8+ import SelectionList from '@components/SelectionList ' ;
9+ import SingleSelectListItem from '@components/SelectionList/ListItem /SingleSelectListItem' ;
10+ import type { ListItem } from '@components/SelectionList /types' ;
1111import useLocalize from '@hooks/useLocalize' ;
1212import useOnyx from '@hooks/useOnyx' ;
1313import useThemeStyles from '@hooks/useThemeStyles' ;
@@ -59,10 +59,10 @@ function SearchFiltersWithdrawalTypePage() {
5959 />
6060 < View style = { [ styles . flex1 ] } >
6161 < SelectionList
62- shouldSingleExecuteRowSelect
63- sections = { [ { data : listData } ] }
62+ data = { listData }
6463 ListItem = { SingleSelectListItem }
6564 onSelectRow = { updateSelectedItem }
65+ shouldSingleExecuteRowSelect
6666 />
6767 </ View >
6868 < FixedFooter style = { styles . mtAuto } >
You can’t perform that action at this time.
0 commit comments