Fixed IT Job showing without Service

This commit is contained in:
2026-02-28 19:23:34 +08:00
parent e75d61ac64
commit 9bad41a5ee
2 changed files with 25 additions and 10 deletions
-1
View File
@@ -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'),