Skip to content

Commit

Permalink
Merge pull request #26678 from namhihi237/fix-26573-timezone-selector…
Browse files Browse the repository at this point in the history
…-show-no-results-found

add message when search no result for timezone selector
  • Loading branch information
danieldoglas authored Sep 13, 2023
2 parents 9b0d92f + 783dbb2 commit 4d104f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/Profile/TimezoneSelectPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function TimezoneSelectPage(props) {
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_TIMEZONE)}
/>
<SelectionList
headerMessage={timezoneInputText.trim() && !timezoneOptions.length ? translate('common.noResultsFound') : ''}
textInputLabel={translate('timezonePage.timezone')}
textInputValue={timezoneInputText}
onChangeText={filterShownTimezones}
Expand Down

0 comments on commit 4d104f5

Please sign in to comment.