fix button props on external link

Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
Sarah Rambacher 2020-09-22 08:12:16 -04:00 committed by jenny-s51
parent 6189795aaf
commit 0a6281e209

View file

@ -1,6 +1,6 @@
import React from "react";
import { ExternalLinkAltIcon } from "@patternfly/react-icons";
import { Button } from "@patternfly/react-core";
import { Button, ButtonProps } from "@patternfly/react-core";
export const ExternalLink = ({ title, href, ...rest }: ButtonProps) => {
return (