You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/customers-pn/components/customer-pn-import/customer-pn-import.component.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@
107
107
class="btn-danger btn-small-height"
108
108
routerLink="/plugins/customers-pn"
109
109
id="cancelImportBtn"
110
-
mdbTooltip="{{ 'Cancel' | translate }}"
110
+
matTooltip="{{ 'Cancel' | translate }}"
111
111
>
112
112
{{ 'Cancel' | translate }}
113
113
</button>
@@ -117,7 +117,7 @@
117
117
(click)="importCustomer()"
118
118
routerLink="/plugins/customers-pn"
119
119
id="continueImportBtn"
120
-
mdbTooltip="{{ 'Import the customer' | translate }}"
120
+
matTooltip="{{ 'Import the customer' | translate }}"
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/customers-pn/components/customers-pn-page/customers-pn-page.component.html
0 commit comments