Fixed IT Job showing without Service
This commit is contained in:
@@ -178,7 +178,6 @@ class _OfficesScreenState extends ConsumerState<OfficesScreen> {
|
||||
bool saving = false;
|
||||
return StatefulBuilder(
|
||||
builder: (context, setState) {
|
||||
final servicesAsync = ref.watch(servicesOnceProvider);
|
||||
return AlertDialog(
|
||||
shape: AppSurfaces.of(context).dialogShape,
|
||||
title: Text(office == null ? 'Create Office' : 'Edit Office'),
|
||||
|
||||
Reference in New Issue
Block a user