Browse Source

Remove log

pull/4033/head
Andrew Kingston 5 years ago
committed by GitHub
parent
commit
407a0ce6a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/client/src/components/app/forms/InnerForm.svelte

1
packages/client/src/components/app/forms/InnerForm.svelte

@ -261,7 +261,6 @@
// Update field state
const error = validator ? validator(value) : null
console.log("value changed to", value, "new error is", error)
fieldInfo.update(state => {
state.fieldState.value = value
state.fieldState.error = error

Loading…
Cancel
Save