ソースを参照

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

tags/1.8.1
17hz 2ヶ月前
コミット
32972b45db
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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)
}
}

読み込み中…
キャンセル
保存