Skip to content

Commit

Permalink
Fix trusted apps modified by field displayed as a date field (elastic…
Browse files Browse the repository at this point in the history
  • Loading branch information
academo authored and kibanamachine committed Jun 17, 2021
1 parent 9836afd commit d520a10
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 34 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const TrustedAppCard = memo<TrustedAppCardProps>(
<ItemDetailsPropertySummary
name={PROPERTY_TITLES.updated_by}
value={
<FormattedDate
<TextFieldValue
fieldName={PROPERTY_TITLES.updated_by}
value={trustedApp.updated_by}
className="eui-textTruncate"
Expand Down
Loading

0 comments on commit d520a10

Please sign in to comment.