mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 22:19:12 +08:00
Merge branch 'master' into bugs-fix
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user