Skip to content

Commit

Permalink
feat(manager-react-component): add is disabled props on link
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Barske <[email protected]>
  • Loading branch information
tibs245 committed Jan 23, 2025
1 parent bccd46b commit d2376d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export interface LinksProps {
iconAlignment?: IconLinkAlignmentType;
type?: LinkType;
onClickReturn?: () => void;
isDisabled?: boolean;
}

export const Links: React.FC<LinksProps> = ({
Expand Down

0 comments on commit d2376d1

Please sign in to comment.