소스 검색

fix: remove unnecessary modal visibility toggle on error in name save (#25001)

tags/1.8.1
17hz 1 개월 전
부모
커밋
32972b45db
No account linked to committer's email address
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      web/app/account/(commonLayout)/account-page/index.tsx

+ 0
- 1
web/app/account/(commonLayout)/account-page/index.tsx 파일 보기

@@ -69,7 +69,6 @@ export default function AccountPage() {
}
catch (e) {
notify({ type: 'error', message: (e as Error).message })
setEditNameModalVisible(false)
setEditing(false)
}
}

Loading…
취소
저장