mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Generated by Spark: fix lint warnings
This commit is contained in:
@@ -274,8 +274,7 @@ export function ComponentTreeBuilder({
|
||||
try {
|
||||
const props = JSON.parse(e.target.value)
|
||||
updateNode(selectedNode.id, { props })
|
||||
} catch (error) {
|
||||
console.debug('Invalid JSON during typing:', error)
|
||||
} catch {
|
||||
}
|
||||
}}
|
||||
className="font-mono text-sm h-64"
|
||||
|
||||
Reference in New Issue
Block a user