diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-01-11 01:34:10 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2021-01-11 01:34:10 +0530 |
commit | 39e8bd2671d70e1e8fd708c5210120a9d09b64fa (patch) | |
tree | 46d62b13a80653286c436ba41bf438de3a574334 /src/client/util/GroupManager.tsx | |
parent | 95d1a9463ef6260dba5576239c3ed0db5e61256d (diff) |
initial flyout to dropdown change
Diffstat (limited to 'src/client/util/GroupManager.tsx')
-rw-r--r-- | src/client/util/GroupManager.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/util/GroupManager.tsx b/src/client/util/GroupManager.tsx index 48676a393..b24c8f681 100644 --- a/src/client/util/GroupManager.tsx +++ b/src/client/util/GroupManager.tsx @@ -284,8 +284,7 @@ export class GroupManager extends React.Component<{}> { placeholder="Group name" onChange={action(() => this.buttonColour = this.inputRef.current?.value ? "black" : "#979797")} /> <Select - isMulti={true} - isSearchable={true} + isMulti options={this.options} onChange={this.handleChange} placeholder={"Select users"} |