Merge pull request #742 from krille-chan/krille/fix-make-admin
fix: Make user admin
This commit is contained in:
commit
ef249c6f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue