Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ajthinking committed Dec 20, 2023
1 parent 81df59b commit 431804e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/ui/src/components/DataStory/FormV3/StringableInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ export function StringableInput({
// Effect to update rows when the content changes
useEffect(() => {
const subscription = form.watch((value, formEvent) => {
console.log({
msg: 'CHANGE!',
name,
inputMode,
value,
formEvent
})
// console.log({
// msg: 'CHANGE!',
// name,
// inputMode,
// value,
// formEvent
// })
if (formEvent.name === `params.${name}` && formEvent.type === 'change') {
try {
const fieldValue = get(value.params, name)
Expand Down

0 comments on commit 431804e

Please sign in to comment.