Skip to content

Commit

Permalink
Fix trusted apps modified by field displayed as a date field
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Jun 16, 2021
1 parent 8abb656 commit d397fd5
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 d397fd5

Please sign in to comment.