Fixed button variant (#3078)

This commit is contained in:
Erik Jan de Wit 2022-08-08 23:45:28 +02:00 committed by GitHub
parent f8a933fcd9
commit c918e83b86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,6 +282,7 @@ export default function ClientProfileForm() {
{!editMode && !globalProfile && (
<Button
id={"cancelCreateProfile"}
variant="link"
component={(props) => (
<Link
{...props}