fixed the UI Set Superusers only button click not properly resetting the input state

This commit is contained in:
Gani Georgiev
2024-10-12 11:24:07 +03:00
parent 3c87df9e55
commit 749c77cb9d
28 changed files with 60 additions and 58 deletions

View File

@@ -11,6 +11,8 @@
- 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 UI "Set Superusers only" button click not properly resetting the input state.
- Fixed the OAuth2 providers logo path shown in the "Authorized providers" UI.
- Fixed the single value UI for the `select`, `file` and `relation` fields ([#5646](https://github.com/pocketbase/pocketbase/discussions/5646))