Skip to content

Commit 89c7e57

Browse files
vishalshrm539Sharma
andauthored
Fixed Go button not getting rendered in ToDo (#669)
Co-authored-by: Sharma <[email protected]>
1 parent 298a20b commit 89c7e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/_samples/mediaco/components/todo/todo.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[headerText$]="headerText$"
88
type$="TODO"
99
[context$]="context$"
10-
isConfirm="true"
10+
[isConfirm]="isConfirm"
1111
>
1212
</app-todo>
1313
<ng-template #mediacoTodo>

0 commit comments

Comments
 (0)