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