Removed User access button in office screen
This commit is contained in:
parent
3892a45dba
commit
e3afd51410
|
|
@ -1,6 +1,5 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:go_router/go_router.dart';
|
||||
|
||||
import '../../models/office.dart';
|
||||
import '../../providers/profile_provider.dart';
|
||||
|
|
@ -129,15 +128,6 @@ class _OfficesScreenState extends ConsumerState<OfficesScreen> {
|
|||
?.copyWith(fontWeight: FontWeight.w700),
|
||||
),
|
||||
),
|
||||
Align(
|
||||
alignment: Alignment.centerRight,
|
||||
child: TextButton.icon(
|
||||
onPressed: () =>
|
||||
context.go('/settings/users'),
|
||||
icon: const Icon(Icons.group),
|
||||
label: const Text('User access'),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user