Skip to content

Commit

Permalink
fixing toggle console warning
Browse files Browse the repository at this point in the history
  • Loading branch information
timductive committed Jan 14, 2020
1 parent 8ed97d6 commit 050beb9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const ToggleArgInput = ({ onValueChange, argValue, argId, renderError, typeInsta
onChange={handleChange}
className="canvasArg__switch"
aria-label={typeInstance.displayName}
label=""
showLabel={false}
/>
</EuiFormRow>
Expand Down

0 comments on commit 050beb9

Please sign in to comment.