Skip to content

Commit

Permalink
[A11y][Crawler] Define radiogroups correctly in extraction rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrazb committed Nov 21, 2024
1 parent d91d82c commit 83af861
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export const EditFieldRuleFlyout: React.FC<EditFieldRuleFlyoutProps> = ({
>
<EuiRadioGroup
data-telemetry-id="entSearchContent-crawler-domainDetail-extractionRules-editContentRuleSource"
name="source_type_radiogroup"
options={[
{
id: FieldType.HTML,
Expand Down Expand Up @@ -361,6 +362,7 @@ export const EditFieldRuleFlyout: React.FC<EditFieldRuleFlyoutProps> = ({
>
<EuiRadioGroup
data-telemetry-id="entSearchContent-crawler-domainDetail-extractionRules-editContentRuleExtraction"
name="content_from.value_type_radiogroup"
options={[
{
id: ContentFrom.EXTRACTED,
Expand Down Expand Up @@ -408,6 +410,7 @@ export const EditFieldRuleFlyout: React.FC<EditFieldRuleFlyoutProps> = ({
>
<EuiRadioGroup
data-telemetry-id="entSearchContent-crawler-domainDetail-extractionRules-editContentRuleMultipleObjects"
name="multiple_objects_handling_radiogroup"
options={[
{
id: MultipleObjectsHandling.STRING,
Expand Down

0 comments on commit 83af861

Please sign in to comment.