Merge pull request #742 from krille-chan/krille/fix-make-admin

fix: Make user admin
This commit is contained in:
Krille-chan 2023-12-23 10:21:36 +01:00 committed by GitHub
commit ef249c6f6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@ class UserBottomSheetController extends State<UserBottomSheet> {
okLabel: L10n.of(context)!.yes,
cancelLabel: L10n.of(context)!.no,
message: L10n.of(context)!.makeAdminDescription,
) ==
) !=
OkCancelResult.ok) break;
await showFutureLoadingDialog(
context: context,