fix close poistion form not working

master
TZGyn 9 months ago
parent d7165fe615
commit 40805df808
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -378,7 +378,9 @@
<Form.Control> <Form.Control>
{#snippet children({ props })} {#snippet children({ props })}
<Form.Label>Key</Form.Label> <Form.Label>Key</Form.Label>
<Input {...props} bind:value={$percentFormData.key} /> <Input
{...props}
bind:value={$closePositionFormData.key} />
{/snippet} {/snippet}
</Form.Control> </Form.Control>
<Form.Description>Key</Form.Description> <Form.Description>Key</Form.Description>
@ -390,7 +392,7 @@
<Form.Label>Secret</Form.Label> <Form.Label>Secret</Form.Label>
<Input <Input
{...props} {...props}
bind:value={$percentFormData.secret} /> bind:value={$closePositionFormData.secret} />
{/snippet} {/snippet}
</Form.Control> </Form.Control>
<Form.Description>Secret</Form.Description> <Form.Description>Secret</Form.Description>
@ -402,7 +404,7 @@
<Form.Label>Symbol</Form.Label> <Form.Label>Symbol</Form.Label>
<Input <Input
{...props} {...props}
bind:value={$percentFormData.symbol} /> bind:value={$closePositionFormData.symbol} />
{/snippet} {/snippet}
</Form.Control> </Form.Control>
<Form.Description>Symbol</Form.Description> <Form.Description>Symbol</Form.Description>

Loading…
Cancel
Save