Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Solution][Exceptions] - Update add/edit exception flyouts #143127

Merged
merged 7 commits into from
Oct 19, 2022
Prev Previous commit
Next Next commit
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
…-fix'
  • Loading branch information
kibanamachine committed Oct 19, 2022
commit 5a4452d29157b205968aab997114b0e4346cdf93
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ import { useCallback, useState } from 'react';
import type { ExceptionListTypeEnum } from '@kbn/securitysolution-io-ts-list-types';

import { TimelineId } from '../../../../../common/types/timeline';
import { DEFAULT_INDEX_PATTERN } from '../../../../../common/constants';
import type { inputsModel } from '../../../../common/store';

interface UseExceptionFlyoutProps {