Skip to content

Commit

Permalink
refactor(price edit): hide/disable price date & currency changes (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Jun 23, 2024
1 parent fc8960c commit b184fb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/PriceEditDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<h3 class="mb-1">
{{ $t('PriceForm.Label') }}
</h3>
<PriceInputRow :priceForm="updatePriceForm" />
<PriceInputRow :priceForm="updatePriceForm" :hideCurrencyChoice="true" />

<h3 class="mt-4 mb-1">
{{ $t('Common.Date') }}
Expand All @@ -32,6 +32,7 @@
v-model="updatePriceForm.date"
:label="$t('Common.Date')"
type="date"
disabled
/>
</v-col>
</v-row>
Expand Down

0 comments on commit b184fb0

Please sign in to comment.