Skip to content

Commit

Permalink
Remove required tag
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Feb 26, 2021
1 parent 47dc470 commit 13b2575
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ export const TeamPresetCreator: React.FC = () => {
<SectionTitle>Team</SectionTitle>
<div style={{ display: 'flex', alignItems: 'center' }}>
<TextField
required
label="HLTV ID"
value={localHLTV}
onChange={(e): void => setLocalHLTV(e.target.value as string)}
Expand Down

0 comments on commit 13b2575

Please sign in to comment.