mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
Chore/cleanup warnings (#17974)
This commit is contained in:
@ -34,7 +34,7 @@ export const NoteEditorContextProvider = memo(({
|
||||
try {
|
||||
initialValue = JSON.parse(value)
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user