Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fneves committed Nov 13, 2023
1 parent fee8bbc commit a762faf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Link } from "@/components";
import { GridCenter } from "../commonElement";
import {
ConfirmationDialog,
Expand All @@ -24,7 +23,6 @@ const ConfirmationDialogComponent = ({
onPrimaryActionClick={onPrimaryActionClick}
secondaryActionLabel={secondaryActionLabel}
>
<Link>Open dialog</Link>
</ConfirmationDialog>
</GridCenter>
);
Expand Down

0 comments on commit a762faf

Please sign in to comment.