Skip to content

Commit

Permalink
[FEATURE] Create global state object for async requests opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#491

Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Mar 26, 2023
1 parent b952bb3 commit 3d2a1f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/store/DetectorsStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ export class DetectorsStore implements IDetectorsStore {
dashboardId?: string;
ok: boolean;
}> => {
debugger;
if (this.state?.pendingRequests) {
const [mappingsResponse, detectorResponse] = (await Promise.all(
this.state?.pendingRequests
Expand Down

0 comments on commit 3d2a1f3

Please sign in to comment.