Skip to content

Commit b44b90c

Browse files
committed
feat(chip): trailing remove icon can now be customized
1 parent 49a6be1 commit b44b90c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chips/internal/chip.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export abstract class Chip extends LitElement {
8787
<div class="container ${classMap(this.getContainerClasses())}">
8888
${this.renderContainerContent()}
8989
</div>
90-
<slot></slot>
9190
`;
9291
}
9392

0 commit comments

Comments
 (0)