Skip to content

Commit

Permalink
fix: product price issue
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul committed Nov 8, 2024
1 parent 8991224 commit 4174214
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class="secondary-button text-sm"
type="select"
name="type"
rules="required"
::value="selectedOption.type"
v-model="selectedOption.type"
:label="trans('admin::app.catalog.products.edit.types.simple.customizable-options.update-create.type')"
>
<option
Expand Down
Loading

0 comments on commit 4174214

Please sign in to comment.