Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 23:18:00 +00:00
co-authored by renee-png
parent 7d1668f544
commit a3d413ae28
+1 -1
View File
@@ -1021,7 +1021,7 @@ function ListView({
return;
}
setApplying(true);
const patch: Record<string, string> = {};
const patch: { event_type?: string; assigned_to?: string } = {};
if (bulkType) patch.event_type = bulkType;
if (bulkAssignee) patch.assigned_to = bulkAssignee;
const { error } = await supabase