Fixed button variant (#3078)
This commit is contained in:
parent
f8a933fcd9
commit
c918e83b86
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ export default function ClientProfileForm() {
|
||||||
{!editMode && !globalProfile && (
|
{!editMode && !globalProfile && (
|
||||||
<Button
|
<Button
|
||||||
id={"cancelCreateProfile"}
|
id={"cancelCreateProfile"}
|
||||||
|
variant="link"
|
||||||
component={(props) => (
|
component={(props) => (
|
||||||
<Link
|
<Link
|
||||||
{...props}
|
{...props}
|
||||||
|
|
Loading…
Reference in a new issue