Skip to content

Commit

Permalink
fix(admin-ui): Correct location id for product-variant-detail action bar
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jul 3, 2023
1 parent 0cdc92b commit ebaff3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</vdr-ab-left>

<vdr-ab-right>
<vdr-action-bar-items locationId="product-detail"></vdr-action-bar-items>
<vdr-action-bar-items locationId="product-variant-detail"></vdr-action-bar-items>
<button
*vdrIfPermissions="['UpdateCatalog', 'UpdateProduct']"
class="btn btn-primary"
Expand Down

0 comments on commit ebaff3a

Please sign in to comment.