Skip to content

Commit 8a28b84

Browse files
author
Sharma
committed
Removed the commented props
1 parent f2f3e3d commit 8a28b84

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/react-sdk-components/src/components/field/SemanticLink/SemanticLink.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,15 @@ const useStyles = makeStyles(theme => ({
3939

4040
interface 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

5853
export default function SemanticLink(props: SemanticLinkProps) {

0 commit comments

Comments
 (0)