Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 16:26:59 +00:00
co-authored by renee-png
parent 1a520ee9bc
commit 851c1a489f
+1 -1
View File
@@ -385,7 +385,7 @@ function FeeBulkEditDialog({
setSaving(true);
const { error } = await supabase
.from("fee_schedule_items")
.update(payload)
.update(payload as never)
.in("id", bulk.ids);
setSaving(false);
if (error) {