Skip to content

Commit

Permalink
Update CreateBot.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
lz1998 authored Nov 13, 2022
1 parent 7b01d51 commit c5124cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CreateBot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function CreateBot() {
placeholder='please enter your seed...'
type="number"
onChange={(v) => setQRCodeForm({
...passwordForm,
...qrcodeForm,
device_seed: parseInt(v)
})}/>
</Form.Item>
Expand All @@ -217,7 +217,7 @@ function CreateBot() {
defaultValue={2}
onChange={(v) => {
setQRCodeForm({
...passwordForm,
...qrcodeForm,
protocol: v,
})
}}>
Expand Down

0 comments on commit c5124cf

Please sign in to comment.