Skip to content

Commit

Permalink
Fix trusted apps modified by field displayed as a date field (#102377) (
Browse files Browse the repository at this point in the history
#102458)

Fixes #102308

Co-authored-by: Esteban Beltran <academo@users.noreply.github.com>
  • Loading branch information
kibanamachine and academo committed Jun 17, 2021
1 parent 6816057 commit d8acb7b
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 d8acb7b

Please sign in to comment.