mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 14:41:10 +10:00
fixes
This commit is contained in:
@ -64,9 +64,10 @@ export function MultiUserSelect({ onChange }: MultiUserSelectProps) {
|
||||
searchable
|
||||
searchValue={searchValue}
|
||||
onSearchChange={setSearchValue}
|
||||
clearable
|
||||
variant="filled"
|
||||
onChange={onChange}
|
||||
nothingFoundMessage="Nothing found..."
|
||||
nothingFoundMessage="No user found"
|
||||
maxValues={50}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user