From 3e0869a30b3dba619ec626b0ca20cad4b18405b3 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sat, 12 Oct 2024 11:40:54 +0300 Subject: [PATCH] fixed typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51afff58..d9e78fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ - Added option to retrieve the OIDC OAuth2 user info from the `id_token` payload for the cases when the provider doesn't have a dedicated user info endpoint. -- Fixed the relation record picker to sort by default by `@rowid` insetead of the `created` field as the latter is optional ([#5641](https://github.com/pocketbase/pocketbase/discussions/5641)). +- Fixed the relation record picker to sort by default by `@rowid` instead of the `created` field as the latter is optional ([#5641](https://github.com/pocketbase/pocketbase/discussions/5641)). - Fixed the UI "Set Superusers only" button click not properly resetting the input state.