Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Sep 27, 2022
1 parent d2b5c6c commit 6c3eb0f
Show file tree
Hide file tree
Showing 12 changed files with 286 additions and 176 deletions.
11 changes: 0 additions & 11 deletions x-pack/plugins/cases/common/ui/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,6 @@ export interface ApiProps {
signal: AbortSignal;
}

export interface BulkUpdateStatus {
status: string;
id: string;
version: string;
}

export interface ActionLicense {
id: string;
name: string;
Expand All @@ -148,11 +142,6 @@ export interface ActionLicense {
enabledInLicense: boolean;
}

export interface DeleteCase {
id: string;
title: string;
}

export interface FieldMappings {
id: string;
title?: string;
Expand Down
4 changes: 0 additions & 4 deletions x-pack/plugins/cases/public/common/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,6 @@ export const READ_ACTIONS_PERMISSIONS_ERROR_MSG = i18n.translate(
}
);

export const DELETE = i18n.translate('xpack.cases.caseTable.delete', {
defaultMessage: 'Delete',
});

export const DELETED_CASES = (totalCases: number) =>
i18n.translate('xpack.cases.containers.deletedCases', {
values: { totalCases },
Expand Down
Loading

0 comments on commit 6c3eb0f

Please sign in to comment.