Skip to content

Commit

Permalink
Remove hardcoded ID for uniqueness
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Feb 23, 2021
1 parent 75de4ad commit d4961b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ItemTableFilter/ItemTableFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default function ItemTableFilter({ label, onChange }) {
>
<InputLabel htmlFor={label}>{label}</InputLabel>
<OutlinedInput
id="component-outlined"
onChange={onChange}
label={label}
/>
Expand Down

0 comments on commit d4961b5

Please sign in to comment.