Allow improvedTitle to return an additional JSX element (#14728)

GitOrigin-RevId: ff2c5b9d12b7ef47f658e501ccb2c69b3d5c4cf3
This commit is contained in:
Alf Eaton
2023-09-12 08:04:12 +00:00
committed by Copybot
parent daec475bb2
commit 8bf5790cdc
5 changed files with 36 additions and 13 deletions
@@ -130,7 +130,7 @@ PreviewLogEntryHeader.propTypes = {
column: PropTypes.any,
}),
level: PropTypes.string.isRequired,
headerTitle: PropTypes.string,
headerTitle: PropTypes.oneOfType([PropTypes.string, PropTypes.node]),
headerIcon: PropTypes.element,
logType: PropTypes.string,
showSourceLocationLink: PropTypes.bool,