unknown
2023-07-06 21b0eacc4f61c753fcdd2d6fd60ec1c5a837cebd
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>