mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-04 06:40:29 +08:00
Fix: Lint error. (#16172)
### What problem does this PR solve? Fix: Lint error. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -52,6 +52,7 @@ const JsonSchemaVisualizer: FC<JsonSchemaVisualizerProps> = ({
|
||||
onChange(parsedJson);
|
||||
}
|
||||
} catch (_error) {
|
||||
console.error(_error);
|
||||
// Monaco will show the error inline, no need for additional error handling
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user