Skip to content

Commit 327de7a

Browse files
author
mashm
committed
Fixed the dropdown issue
1 parent e522f44 commit 327de7a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/angular-sdk-components/src/lib/_components/field/dropdown/dropdown.component.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,6 @@ export class DropdownComponent implements OnInit, OnDestroy {
267267
if (!this.displayMode$ && listType !== 'associated' && typeof datasource === 'string') {
268268
this.getData(datasource, parameters, columns, context);
269269
}
270-
// else {
271-
// const optionsList = [...this.utils.getOptionList(this.configProps$, this.pConn$.getDataObject())];
272-
// optionsList?.unshift({ key: 'Select', value: this.pConn$.getLocalizedValue('Select...', '', '') });
273-
// this.options$ = optionsList;
274-
// }
275270
}
276271

277272
getData(datasource, parameters, columns, context) {

0 commit comments

Comments
 (0)