Skip to content

Commit

Permalink
fix: display the region in the address form on the checkout address p…
Browse files Browse the repository at this point in the history
…age (#241)
  • Loading branch information
SGrueber authored May 19, 2020
1 parent 3c77311 commit 7b8e1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { whenTruthy } from 'ish-core/utils/operators';
@Component({
selector: 'ish-basket-invoice-address-widget',
templateUrl: './basket-invoice-address-widget.component.html',
changeDetection: ChangeDetectionStrategy.OnPush,
changeDetection: ChangeDetectionStrategy.Default,
})
export class BasketInvoiceAddressWidgetComponent implements OnInit, OnDestroy {
@Input() showErrors = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { whenTruthy } from 'ish-core/utils/operators';
@Component({
selector: 'ish-basket-shipping-address-widget',
templateUrl: './basket-shipping-address-widget.component.html',
changeDetection: ChangeDetectionStrategy.OnPush,
changeDetection: ChangeDetectionStrategy.Default,
})
export class BasketShippingAddressWidgetComponent implements OnInit, OnDestroy {
@Input() showErrors = true;
Expand Down

0 comments on commit 7b8e1bf

Please sign in to comment.