Skip to content

Commit

Permalink
fix(structure): make sync document toast dismissable
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Jul 19, 2024
1 parent 7f3a881 commit 3867548
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const FormView = forwardRef<HTMLDivElement, FormViewProps>(function FormV
enabled: isLocked,
title: t('document-view.form-view.sync-lock-toast.title'),
description: t('document-view.form-view.sync-lock-toast.description'),
closable: true,
})

useEffect(() => {
Expand Down

0 comments on commit 3867548

Please sign in to comment.