Skip to content

Commit

Permalink
add text select brand to filter
Browse files Browse the repository at this point in the history
  • Loading branch information
luzhnyak committed Feb 28, 2024
1 parent 1eacf60 commit 5043b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Filter/Filter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Filter = () => {
<span className={css.label}>Car brand</span>
<Dropdown
items={filterBrandOptions}
defaultSelect={params?.make || "Enter the text"}
defaultSelect={params?.make || "Select brand"}
onSelect={handleSelectBrand}
/>
</div>
Expand Down

0 comments on commit 5043b72

Please sign in to comment.