Skip to content

Commit

Permalink
fix spacing of phone number fields in user filters (ohcnetwork#7702)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad authored Apr 26, 2024
1 parent 71255d4 commit c42aa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Users/UserFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function UserFilter(props: any) {
{...field("district")}
state={filterState.state}
/>
<div>
<div className="-mb-4">
<PhoneNumberFormField
label="Phone Number"
name="phone_number"
Expand Down

0 comments on commit c42aa88

Please sign in to comment.