Skip to content

Commit

Permalink
fix: [Security:Rules:Detection Rules:Create Rule] EQL Query text area…
Browse files Browse the repository at this point in the history
… is missing accessible label in Create new rule panel of type event correlation

Closes: elastic#205054
  • Loading branch information
alexwizp committed Jan 16, 2025
1 parent bdcad52 commit cdf6dde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export const EqlQueryBar: FC<EqlQueryBarProps> = ({
isInvalid={!isValid && !isValidating}
value={fieldValue.query.query as string}
onChange={handleChange}
aria-label={field.label}
/>
<EqlQueryBarFooter
errors={errorMessages}
Expand Down

0 comments on commit cdf6dde

Please sign in to comment.