zhangzhengmei
2023-04-27 e1ff6823a4e0b9afb2fb04d265367918d4f538f7
force-app/main/default/lwc/multiSelectCombobox/multiSelectCombobox.html
@@ -53,6 +53,4 @@
            <lightning-pill key={option.value} class="slds-m-around_xx-small" name={option.value} label={option.label} onremove={removePill}></lightning-pill>
        </template>
    </template>
</template>
</template>