Skip to content

Commit d00d36a

Browse files
authored
Merge pull request #408 from GetStream/fix-customization-example
fix: customization example application image modal error
2 parents 9bd0796 + e9202ce commit d00d36a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/customizations-example/src/app/app.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,12 @@
101101
#attachmentListTemplate
102102
let-messageId="messageId"
103103
let-attachments="attachments"
104+
let-imageModalStateChangeHandler="imageModalStateChangeHandler"
104105
>
105106
<stream-attachment-list
106107
[messageId]="messageId"
107108
[attachments]="attachments"
109+
(imageModalStateChange)="imageModalStateChangeHandler($event)"
108110
></stream-attachment-list>
109111
</ng-template>
110112

0 commit comments

Comments
 (0)