File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
packages/react-sdk-components/src/components/field/SemanticLink Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -39,20 +39,15 @@ const useStyles = makeStyles(theme => ({
3939
4040interface SemanticLinkProps extends PConnFieldProps {
4141 // If any, enter additional props that only exist on SemanticLink here
42- // from previous PropTypes
4342 text : string ;
4443 resourcePayload : any ;
4544 resourceParams : any ;
4645 previewKey : string | null ;
4746 onClick : ( event : any ) => void ;
4847 testId : string ;
4948 referenceType : string | null ;
50- // previewable: boolean;
5149 dataRelationshipContext : string | null ;
5250 contextPage : any ;
53- // displayMode?: string; // not yet used
54- // label?: string; // not yet used
55- // hideLabel?: boolean; // not yet used
5651}
5752
5853export default function SemanticLink ( props : SemanticLinkProps ) {
You can’t perform that action at this time.
0 commit comments