Skip to content

Commit

Permalink
fix(admin-ui): Fix promotion list actionbar location id
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 6, 2023
1 parent a3e442e commit 18a0b2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 18a0b2c

Please sign in to comment.