Skip to content

Commit

Permalink
Remove width prop from Header Name input
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Jan 31, 2024
1 parent 63363d0 commit d4f6f6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/configEditor/HttpHeadersConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ const HttpHeaderEditor = (props: HttpHeaderEditorProps) => {
<Field label={labels.headerNameLabel} aria-label={labels.headerNameLabel}>
<Input
data-testid={selectors.headerNameInput}
width={40}
value={name}
disabled={isSecureConfigured}
placeholder={labels.headerNamePlaceholder}
Expand Down

0 comments on commit d4f6f6c

Please sign in to comment.