Skip to content

Commit

Permalink
Remove linux endpoint exception generation from UI
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey committed Jul 28, 2020
1 parent 722b425 commit e1df087
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export const AddExceptionModal = memo(function AddExceptionModal({
);

const retrieveAlertOsTypes = useCallback(() => {
const osDefaults = ['windows', 'macos', 'linux'];
const osDefaults = ['windows', 'macos'];
if (alertData) {
const osTypes = getMappedNonEcsValue({
data: alertData.nonEcsData,
Expand Down

0 comments on commit e1df087

Please sign in to comment.