adjustment
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Grid, Dropdown, createElement, createCheckbox, Popup, showAlert } from "../../ui";
|
||||
import { isEmail, nullOrEmpty, r } from "../../utility";
|
||||
|
||||
class Contact {
|
||||
export class Contact {
|
||||
#option;
|
||||
#refs;
|
||||
|
||||
@ -191,7 +191,7 @@ class Contact {
|
||||
}
|
||||
}
|
||||
|
||||
class CustomerRecordContact {
|
||||
export class CustomerRecordContact {
|
||||
#option;
|
||||
#grid;
|
||||
|
||||
@ -252,6 +252,4 @@ class CustomerRecordContact {
|
||||
this.#grid.source = contacts;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export { Contact, CustomerRecordContact };
|
||||
}
|
Reference in New Issue
Block a user