Skip to content

Commit

Permalink
[Backport cloud/4.3-7.10] Fixed unhandled error throw (#4192)
Browse files Browse the repository at this point in the history
Fixed unhandled error throw (#4188)

* Fixed unhandled error throw

* Added changelog

* Fixed changelog

(cherry picked from commit 05013f5)

Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com>
  • Loading branch information
github-actions[bot] and asteriscos committed Jun 2, 2022
1 parent fdfbd38 commit f7fa01d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ All notable changes to the Wazuh app project will be documented in this file.

### Added

- Added the `pending` agent status to some sections that was missing [#4166](https://github.com/wazuh/wazuh-kibana-app/pull/4166)
- Added the `pending` agent status to some sections that was missing
[#4166](https://github.com/wazuh/wazuh-kibana-app/pull/4166)
[#4188](https://github.com/wazuh/wazuh-kibana-app/pull/4188)

### Changed

Expand Down
1 change: 0 additions & 1 deletion public/controllers/agent/components/agents-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export const AgentsPreview = compose(
},
};
getErrorOrchestrator().handleError(options);
throw error;
}
}

Expand Down

0 comments on commit f7fa01d

Please sign in to comment.