Skip to content

Commit

Permalink
fix spacing of phone number fields in user filters
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Apr 25, 2024
1 parent 75743a8 commit af6ce80
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 af6ce80

Please sign in to comment.