Skip to content

Commit dfd857d

Browse files
committed
Back to combobox #363
1 parent 54d2705 commit dfd857d

File tree

4 files changed

+2
-123
lines changed

4 files changed

+2
-123
lines changed

force-app/main/default/lwc/orgcheckExtendedCombobox/orgcheckExtendedCombobox.html

Lines changed: 0 additions & 25 deletions
This file was deleted.

force-app/main/default/lwc/orgcheckExtendedCombobox/orgcheckExtendedCombobox.js

Lines changed: 0 additions & 89 deletions
This file was deleted.

force-app/main/default/lwc/orgcheckExtendedCombobox/orgcheckExtendedCombobox.js-meta.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

force-app/main/default/lwc/orgcheckGlobalFilters/orgcheckGlobalFilters.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
onchange={filterChanged} ></lightning-combobox>
1818
</li>
1919
<li class="slds-button-group-item">
20-
<c-orgcheck-extended-combobox
20+
<lightning-combobox
2121
data-id="sobjectApiName"
2222
label="SObject"
2323
value={sobjectApiName}
2424
options={sobjectApiNameOptions}
25-
onchange={filterChanged}></c-orgcheck-extended-combobox>
25+
onchange={filterChanged}></lightning-combobox>
2626
</li>
2727
<!--
2828
<li class="slds-button-group-item">

0 commit comments

Comments
 (0)