Skip to content

Commit

Permalink
Update src/components/digests/dialog/EditTextBlockDialog.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Baptiste Adrien <[email protected]>
  • Loading branch information
mrnossiom and baptadn authored Sep 15, 2023
1 parent 8c5f55b commit 8d17f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/digests/dialog/EditTextBlockDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface Props {
defaultValues?: Partial<FormValues>;
}

export default function EditBookmarkDialog({
export default function EditTextBlockDialog({
isOpen,
setIsOpen,
bookmarkDigest,
Expand Down

0 comments on commit 8d17f7f

Please sign in to comment.