mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:12:43 +08:00
CI: add TS indentation check via esLint (#24810)
This commit is contained in:
@@ -106,7 +106,7 @@ const AvatarWithEdit = ({ onSave, ...props }: AvatarWithEditProps) => {
|
||||
onClick={() => {
|
||||
if (hoverArea === 'right' && !onAvatarError)
|
||||
setIsShowDeleteConfirm(true)
|
||||
else
|
||||
else
|
||||
setIsShowAvatarPicker(true)
|
||||
}}
|
||||
onMouseMove={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user