Browse Source

fix(admin-ui): Fix promotion list actionbar location id

Michael Bromley 2 years ago
parent
commit
18a0b2cabf

+ 1 - 1
packages/admin-ui/src/lib/marketing/src/components/promotion-list/promotion-list.component.html

@@ -8,7 +8,7 @@
                ></vdr-language-selector>
         </vdr-ab-left>
         <vdr-ab-right>
-            <vdr-action-bar-items locationId="customer-list"></vdr-action-bar-items>
+            <vdr-action-bar-items locationId="promotion-list"></vdr-action-bar-items>
             <a class="btn btn-primary" [routerLink]="['./create']" *vdrIfPermissions="'CreatePromotion'">
                 <clr-icon shape="plus"></clr-icon>
                 {{ 'marketing.create-new-promotion' | translate }}