Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
benakansara committed Aug 10, 2023
1 parent 8bf9c39 commit 3452949
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function ApmRuleKqlFilter({
defaultMessage: 'Use KQL Filter',
}
)}
checked={ruleParams.useKqlFilter ? ruleParams.useKqlFilter : false}
checked={ruleParams.useKqlFilter ?? false}
onChange={onToggleKqlFilter}
/>
<EuiSpacer size={'m'} />
Expand Down

0 comments on commit 3452949

Please sign in to comment.