mirror of
https://github.com/langgenius/dify.git
synced 2026-02-13 07:01:23 -05:00
fix: remove unnecessary modal visibility toggle on error in name save (#25001)
This commit is contained in:
@@ -69,7 +69,6 @@ export default function AccountPage() {
|
||||
}
|
||||
catch (e) {
|
||||
notify({ type: 'error', message: (e as Error).message })
|
||||
setEditNameModalVisible(false)
|
||||
setEditing(false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user