mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 09:01:06 +03:00
Fix console error and remove console.log statements
This commit is contained in:
@@ -53,7 +53,7 @@ export const Input = ({ inputParam, value, nodes, edges, nodeId, onChange, disab
|
|||||||
{inputParam.name === 'note' ? (
|
{inputParam.name === 'note' ? (
|
||||||
<FormControl sx={{ width: '100%', height: 'auto' }} size='small'>
|
<FormControl sx={{ width: '100%', height: 'auto' }} size='small'>
|
||||||
<InputBase
|
<InputBase
|
||||||
id={inputParam.name}
|
id={nodeId}
|
||||||
size='small'
|
size='small'
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
type={getInputType(inputParam.type)}
|
type={getInputType(inputParam.type)}
|
||||||
|
|||||||
@@ -31,8 +31,6 @@ const StickyNote = ({ data }) => {
|
|||||||
setOpen(true)
|
setOpen(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(data.id)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<CardWrapper
|
<CardWrapper
|
||||||
|
|||||||
Reference in New Issue
Block a user