mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00
pref: member/group/org (#4316)
* feat: change group owner api * pref: member/org/group * fix: member modal select clb * fix: search member when change owner
This commit is contained in:
@@ -19,7 +19,7 @@ function AvatarGroup({
|
||||
avatars: string[];
|
||||
total?: number;
|
||||
}) {
|
||||
const remain = total ?? avatars.length - max;
|
||||
const remain = (total ?? avatars.length) - max;
|
||||
return (
|
||||
<Flex position="relative">
|
||||
{avatars.slice(0, max).map((avatar, index) => (
|
||||
|
Reference in New Issue
Block a user