Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Oct 6, 2022
1 parent d68c8a6 commit 68f844d
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,3 @@ export const SET_SEVERITY_CRITICAL = ({
caseTitle,
severity: severities[CaseSeverity.CRITICAL].label,
});

export const BULK_ACTION_STATUS_CLOSE = i18n.translate(
'xpack.cases.caseTable.bulkActions.status.close',
{
defaultMessage: 'Close selected',
}
);

export const BULK_ACTION_STATUS_OPEN = i18n.translate(
'xpack.cases.caseTable.bulkActions.status.open',
{
defaultMessage: 'Open selected',
}
);

export const BULK_ACTION_STATUS_IN_PROGRESS = i18n.translate(
'xpack.cases.caseTable.bulkActions.status.inProgress',
{
defaultMessage: 'Mark in progress',
}
);

0 comments on commit 68f844d

Please sign in to comment.