Skip to content

Commit ac4b8e3

Browse files
committed
Remove throwing error if remote data request failed
1 parent f5593f4 commit ac4b8e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ng-generate/components/shared/methods/remote-handling/requestData.ts.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ private requestData() {
108108
const dataToShow = [];
109109
this.dataSource.setData([]);
110110
<% } %>
111-
throw new Error(error.message);
112111
}),
113112
finalize(() => this.<% if (options.componentType === 'card') { %>card<% } else { %>table<% } %>UpdateFinishedEvent.emit()))
114113
.subscribe();

0 commit comments

Comments
 (0)