mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
style: minimium codemod
This commit is contained in:
@ -54,7 +54,7 @@ const EditBody: FC<Props> = ({
|
||||
type: newType,
|
||||
data: '',
|
||||
})
|
||||
// eslint-disable-next-line @typescript-eslint/no-use-before-define
|
||||
// eslint-disable-next-line ts/no-use-before-define
|
||||
setBody([])
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [onChange])
|
||||
|
||||
Reference in New Issue
Block a user