Skip to content

Commit

Permalink
chore: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Nov 14, 2023
1 parent 93ae704 commit 71345d4
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
@@ -1,6 +1,6 @@
import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core';
import { FormGroup } from '@angular/forms';
import { FormlyFieldConfig } from '@ngx-formly/core';
import { FormlyFieldConfig, FormlyFormOptions } from '@ngx-formly/core';

import { CheckoutFacade } from 'ish-core/facades/checkout.facade';
import { LineItemView } from 'ish-core/models/line-item/line-item.model';
Expand All @@ -21,6 +21,7 @@ export class LineItemExtendedContentEditComponent implements OnInit {
model: { partialOrderNo: string; customerProductID: string };
fields: FormlyFieldConfig[];
extendedAttributesForm = new FormGroup({});
options: FormlyFormOptions = {};
showExtendAttributeForm = false;
checkoutFacade: CheckoutFacade;

Expand Down
1 change: 0 additions & 1 deletion src/assets/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,6 @@
"inplace_edit.click_to_edit": "Click to edit",
"inplace_edit.save": "Save",
"line-item-attribute.apply.button.label": "Apply",
"line-item-attribute.edit.button.label": "Edit",
"line-item-attribute.show_less.link": "Show Less",
"line-item-attribute.show_more.link": "Show More",
"line-item.customerProductID.label": "Customer Product ID",
Expand Down

0 comments on commit 71345d4

Please sign in to comment.