Skip to content

Commit 3137aed

Browse files
committed
Update documentation [no ci]
1 parent 6eea0bc commit 3137aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/useLockOnMount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const PostEdit = () => (
5858
```
5959
{% endraw %}
6060

61-
**Note**: If users close their tab/browser when on a page with a locked record, `useLockOnMount` will call your `dataProvider.unlock` method. However, as browsers don't wait for asynchronous calls to finish, make sure your dataProvider executes as fast as possible.
61+
**Note**: If users close their tab/browser when on a page with a locked record, `useLockOnMount` will block the navigation until the record is unlocked and show a notification.
6262

6363
## Parameters
6464

0 commit comments

Comments
 (0)