We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4d8ff commit c707c6fCopy full SHA for c707c6f
eform-client/src/app/modules/cases/components/cases-table/cases-table.component.html
@@ -194,4 +194,4 @@
194
195
<eform-spinner [spinnerVisibility]="spinnerStatus"></eform-spinner>
196
197
-<app-remove-case-modal #modalRemoveCase></app-remove-case-modal>
+<app-remove-case-modal (onCaseDeleted)="loadAllCases()" #modalRemoveCase></app-remove-case-modal>
0 commit comments