File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
pageComponents/account/team Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import { useUserStore } from '@/web/support/user/useUserStore';
13
13
import type { TeamTmbItemType , TeamMemberItemType } from '@fastgpt/global/support/user/team/type' ;
14
14
import { useRequest2 } from '@fastgpt/web/hooks/useRequest' ;
15
15
import { useTranslation } from 'next-i18next' ;
16
- import { useScrollPagination } from '@fastgpt/web/hooks/useScrollPagination' ;
17
16
import { useRouter } from 'next/router' ;
18
17
19
18
const EditInfoModal = dynamic ( ( ) => import ( './EditInfoModal' ) ) ;
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ const Team = () => {
139
139
setEditTeamData ( {
140
140
id : userInfo . team . teamId ,
141
141
name : userInfo . team . teamName ,
142
- avatar : userInfo . team . avatar ,
142
+ avatar : userInfo . team . teamAvatar ,
143
143
notificationAccount : userInfo . team . notificationAccount
144
144
} ) ;
145
145
} }
You can’t perform that action at this time.
0 commit comments