このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
OpenSource
/
dify
ウォッチ
4
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
152
Wiki
アクティビティ
ソースを参照
fix: remove unnecessary modal visibility toggle on error in name save (
#25001
)
tags/1.8.1
17hz
2ヶ月前
親
af351b1723
コミット
32972b45db
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更
、
0行の追加
、
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)
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存