Skip to content

Commit

Permalink
Updated dividends form
Browse files Browse the repository at this point in the history
  • Loading branch information
simba77 committed Aug 1, 2024
1 parent 8f6f479 commit e8719f9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions assets/pages/Dividends/DividendForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,6 @@ if (route.params.id) {
:options="accounts"
/>

<input-text
:key="componentKey"
v-model.trim="form.fields.amount"
:error="validationErrors"
class="mb-3"
name="amount"
label="Amount"
placeholder="Amount"
/>

<input-text
:key="componentKey"
v-model.trim="form.fields.ticker"
Expand All @@ -113,6 +103,16 @@ if (route.params.id) {
:options="[{value: 'SPB', name: 'SPB'}, {value: 'MOEX', name: 'MOEX'}]"
/>

<input-text
:key="componentKey"
v-model.trim="form.fields.amount"
:error="validationErrors"
class="mb-3"
name="amount"
label="Amount"
placeholder="Amount"
/>

<input-text
:key="componentKey"
v-model="form.fields.date"
Expand Down

0 comments on commit e8719f9

Please sign in to comment.