Skip to content

Commit

Permalink
fix(search-filter): chnage button name
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadUmer44 committed Nov 1, 2024
1 parent d150a3c commit 6c3f751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/SideBar/FilterSearch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const FilterSearch = ({ anchorEl, setAnchorEl, onClose }: Props) => {
Clear
</ClearButton>
<ShowResultButton color="secondary" onClick={handleFiltersApply} size="large" variant="contained">
Show Results
Apply
</ShowResultButton>
</ButtonsWrapper>
</PopoverFooter>
Expand Down

0 comments on commit 6c3f751

Please sign in to comment.