Skip to content

Commit

Permalink
fixed typo in demographics search bar default text
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoonchoi committed Feb 16, 2025
1 parent 613115d commit baf685b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/demographics/[[...demographics]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const InternalViewDemographicsPage: React.FC = () => {
<SearchBar
input={searchInput}
setInput={setSearchInput}
placeholder={"Search by name, phone number, or name..."}
placeholder={"Search by name, phone number, or address..."}
/>
<RunReportButton onClick={openModal} />
{showModal && <DateRangeModal closeModal={closeModal} onRunReport={handleRunReport} /> }
Expand Down

0 comments on commit baf685b

Please sign in to comment.