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 && (
|
||||
<Button
|
||||
id={"cancelCreateProfile"}
|
||||
variant="link"
|
||||
component={(props) => (
|
||||
<Link
|
||||
{...props}
|
||||
|
|
Loading…
Reference in a new issue