mirror of
https://github.com/docmost/docmost.git
synced 2026-09-03 04:15:33 +08:00
refactor(base): rename baseId to pageId in client components
This commit is contained in:
@@ -102,7 +102,7 @@ export function CellSelect({
|
||||
const newChoices = [...choices, newChoice];
|
||||
updatePropertyMutation.mutate({
|
||||
propertyId: property.id,
|
||||
baseId: property.baseId,
|
||||
pageId: property.pageId,
|
||||
typeOptions: {
|
||||
...typeOptions,
|
||||
choices: newChoices,
|
||||
|
||||
Reference in New Issue
Block a user