Skip to content

Commit

Permalink
Merge branch 'master' into bugs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okbel authored Jun 23, 2017
2 parents 5984f57 + 1c84406 commit b65c07a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const PermittedDomainsStep = (props) => {
<TagsInput
value={domains}
inputProps={{placeholder: 'URL'}}
addOnBlur={true}
addOnPaste={true}
pasteSplit={(data) => data.split(',').map((d) => d.trim())}
onChange={(tags) => handleDomainsChange(tags)}
Expand Down

0 comments on commit b65c07a

Please sign in to comment.