Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
7d1668f544
commit
a3d413ae28
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user