File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -638,26 +638,6 @@ describe('Chat', () => {
638638 </slot>
639639 </div>
640640 <div class="actions">
641- <slot name="attachment-actions">
642- <igc-icon-button
643- class="small"
644- collection="material"
645- name="preview"
646- tabindex="-1"
647- type="button"
648- variant="flat"
649- >
650- </igc-icon-button>
651- <igc-icon-button
652- class="small"
653- collection="material"
654- name="more"
655- tabindex="-1"
656- type="button"
657- variant="flat"
658- >
659- </igc-icon-button>
660- </slot>
661641 </div>
662642 </div>
663643 <slot name="attachment-content">
@@ -693,17 +673,6 @@ describe('Chat', () => {
693673 </slot>
694674 </div>
695675 <div class="actions">
696- <slot name="attachment-actions">
697- <igc-icon-button
698- class="small"
699- collection="material"
700- name="more"
701- tabindex="-1"
702- type="button"
703- variant="flat"
704- >
705- </igc-icon-button>
706- </slot>
707676 </div>
708677 </div>
709678 <slot name="attachment-content">
You can’t perform that action at this time.
0 commit comments