Skip to content

Commit

Permalink
Fix placholder
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxCloutier committed Aug 16, 2023
1 parent 879494e commit bcedf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris-react/src/components/ActionList/ActionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function ActionList({
<Box padding="2" paddingBlockEnd={totalFilteredActions > 0 ? '0' : '2'}>
<SearchField
placeholder={i18n.translate(
'Polaris.ActionList.SearchField.search',
'Polaris.ActionList.SearchField.placeholder',
)}
value={searchText}
onChange={(value) => setSeachText(value)}
Expand Down

0 comments on commit bcedf45

Please sign in to comment.