diff --git a/src/client/entity-editor/identifier-editor/identifier-row.tsx b/src/client/entity-editor/identifier-editor/identifier-row.tsx index 16cabe1ee..285d66ba3 100644 --- a/src/client/entity-editor/identifier-editor/identifier-row.tsx +++ b/src/client/entity-editor/identifier-editor/identifier-row.tsx @@ -36,6 +36,7 @@ import ValueField from './value-field'; import {collapseWhiteSpaces} from '../../../common/helpers/utils'; import {connect} from 'react-redux'; import {faTimes} from '@fortawesome/free-solid-svg-icons'; +import IdentifierLink from "../../components/pages/entities/identifiers-links.js" type OwnProps = { @@ -128,6 +129,14 @@ function IdentifierRow({ + {typeValue && valueValue && ( + + + Preview Link: + + + + )}
);