Use first value

pull/5370/head
ioedeveloper 10 months ago committed by Aniket
parent 7c9a9607f7
commit a686338bff
  1. 2
      apps/circuit-compiler/src/app/components/witness.tsx

@ -19,7 +19,7 @@ export function WitnessSection ({ plugin, signalInputs, status }: {plugin: Circo
}
setWitnessValues({
...witnessValues,
[e.target.name]: value
[e.target.name]: value[0]
})
}

Loading…
Cancel
Save