mirror of https://github.com/langgenius/dify.git
fix: remove unnecessary modal visibility toggle on error in name save (#25001)
This commit is contained in:
parent
af351b1723
commit
32972b45db
|
|
@ -69,7 +69,6 @@ export default function AccountPage() {
|
|||
}
|
||||
catch (e) {
|
||||
notify({ type: 'error', message: (e as Error).message })
|
||||
setEditNameModalVisible(false)
|
||||
setEditing(false)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue