Browse Source

fix(admin-ui): Correct location id for product-variant-detail action bar

Michael Bromley 2 years ago
parent
commit
ebaff3af08

+ 1 - 1
packages/admin-ui/src/lib/catalog/src/components/product-variant-detail/product-variant-detail.component.html

@@ -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"