Skip to content

Commit

Permalink
PIMS-1828: PID Formatting on Map Filter (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries authored Jul 8, 2024
1 parent 5dc0017 commit 45c9279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/components/map/controls/FilterControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const FilterControl = (props: FilterControlProps) => {
>
<Typography variant="h4">Inventory Filter</Typography>
</Grid>
<TextFormField fullWidth name={'PID'} label={`PID`}></TextFormField>
<TextFormField fullWidth name={'PID'} label={`PID`} isPid></TextFormField>
<TextFormField fullWidth numeric name={'PIN'} label={`PIN`}></TextFormField>
<TextFormField fullWidth name={'Address'} label={`Address`}></TextFormField>
<TextFormField fullWidth name={'Name'} label={`Name`}></TextFormField>
Expand Down

0 comments on commit 45c9279

Please sign in to comment.