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 25193cb commit dfef47dCopy full SHA for dfef47d
public/pages/Overview/models/OverviewViewModel.ts
@@ -78,7 +78,7 @@ export class OverviewViewModelActor {
78
}
79
if (customResponse.ok) {
80
customResponse.response.hits.hits.forEach((hit) => (ruleById[hit._id] = hit._source));
81
- } else {
+ } else if (!customResponse.error?.includes('index doesnt exist')) {
82
errorNotificationToast(
83
this.notifications,
84
'retrieve',
0 commit comments