Skip to content

Commit c707c6f

Browse files
committed
On case removed refresh fix
1 parent db4d8ff commit c707c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/src/app/modules/cases/components/cases-table/cases-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,4 @@
194194

195195
<eform-spinner [spinnerVisibility]="spinnerStatus"></eform-spinner>
196196

197-
<app-remove-case-modal #modalRemoveCase></app-remove-case-modal>
197+
<app-remove-case-modal (onCaseDeleted)="loadAllCases()" #modalRemoveCase></app-remove-case-modal>

0 commit comments

Comments
 (0)