We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df8573 commit 5b5a5c5Copy full SHA for 5b5a5c5
1 file changed
packages/web/leavitt/company-select/company-select.ts
@@ -96,6 +96,7 @@ export class LeavittCompanySelect extends TitaniumSingleSelectBase<Partial<Compa
96
async #getCompanies() {
97
try {
98
const get = this.apiService?.getAsync<Partial<Company>>(`${this.apiControllerName}?${this.odataParts.join('&')}`);
99
+ this.loadWhile(get);
100
const result = await get;
101
return result?.toList() ?? [];
102
} catch (error) {
0 commit comments