Skip to content

Commit

Permalink
fix: fix select issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Jan 11, 2025
1 parent 8da5934 commit aea8243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
$updateCell.mutate({
tableId,
id: recordId,
values: { [field.id.value]: value },
values: { [field.id.value]: id },
})
}
</script>
Expand Down

0 comments on commit aea8243

Please sign in to comment.