Skip to content

Commit

Permalink
remove unused FormFlyout component
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddharthMantri committed Oct 7, 2023
1 parent cc0901c commit 0007558
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 103 deletions.
101 changes: 0 additions & 101 deletions x-pack/plugins/security/public/components/form_flyout.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import { ApiKeyBadge, ApiKeyStatus, TimeToolTip, UsernameWithIcon } from './api_
import type { ApiKeyRoleDescriptors } from '../../../../common/model';
import { DocLink } from '../../../components/doc_link';
import { FormField } from '../../../components/form_field';
import type { FormFlyoutProps } from '../../../components/form_flyout';
import { FormRow } from '../../../components/form_row';
import { useCurrentUser } from '../../../components/use_current_user';
import { useHtmlId } from '../../../components/use_html_id';
Expand Down Expand Up @@ -70,7 +69,7 @@ export interface ApiKeyFormValues {

interface CommonApiKeyFlyoutProps {
initialValues?: ApiKeyFormValues;
onCancel: FormFlyoutProps['onCancel'];
onCancel(): void;
canManageCrossClusterApiKeys?: boolean;
readOnly?: boolean;
}
Expand Down

0 comments on commit 0007558

Please sign in to comment.