Skip to content

Commit

Permalink
disabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Aug 11, 2021
1 parent c028299 commit 68a48c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const ConditionEntryInput = memo<ConditionEntryInputProps>(
color="danger"
iconType="trash"
onClick={handleRemoveClick}
isDisabled={isRemoveDisabled}
disabled={isRemoveDisabled}
aria-label={i18n.translate(
'xpack.securitySolution.trustedapps.logicalConditionBuilder.entry.removeLabel',
{ defaultMessage: 'Remove Entry' }
Expand Down

0 comments on commit 68a48c4

Please sign in to comment.