mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Security Solution][Detections] Improves Table UI: do not show dash when tags field is empty #119726 (#119753)
Co-authored-by: Vitalii Dmyterko <92328789+vitaliidm@users.noreply.github.com>
This commit is contained in:
parent
acdee4c380
commit
227a9b35fa
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export const getColumns = ({
|
|||
align: 'center',
|
||||
render: (tags: Rule['tags']) => {
|
||||
if (tags.length === 0) {
|
||||
return getEmptyTagValue();
|
||||
return null;
|
||||
}
|
||||
|
||||
const renderItem = (tag: string, i: number) => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue