mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
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) {
|
catch (e) {
|
||||||
notify({ type: 'error', message: (e as Error).message })
|
notify({ type: 'error', message: (e as Error).message })
|
||||||
setEditNameModalVisible(false)
|
|
||||||
setEditing(false)
|
setEditing(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user