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