Skip to content

Commit

Permalink
fixes conflict issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Nov 23, 2021
1 parent 38b1b52 commit afb25e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

/** actions are disabled for these fields in tables and popovers */
export const FIELDS_WITHOUT_CELL_ACTIONS = ['signal.rule.risk_score', 'signal.reason'];
export const FIELDS_WITHOUT_CELL_ACTIONS = ['kibana.alert.rule.risk_score', 'kibana.alert.reason'];
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import {
StyledContent,
} from '../../../../common/lib/cell_actions/expanded_cell_value_actions';

const FIELDS_WITHOUT_CELL_ACTIONS = ['kibana.alert.rule.risk_score', 'kibana.alert.reason'];

const hasCellActions = (columnId?: string) => {
return columnId && !FIELDS_WITHOUT_CELL_ACTIONS.includes(columnId);
};
Expand Down

0 comments on commit afb25e9

Please sign in to comment.