mirror of
https://github.com/docmost/docmost.git
synced 2026-08-31 10:55:29 +08:00
refactor(base): rename baseId to pageId in client atoms, hooks, types
This commit is contained in:
@@ -400,7 +400,7 @@ export function useBaseTable(
|
||||
filter: baseline?.filter,
|
||||
});
|
||||
updateViewMutation.mutate(
|
||||
{ viewId: activeView.id, baseId: base.id, config },
|
||||
{ viewId: activeView.id, pageId: base.id, config },
|
||||
{
|
||||
onSettled: () => {
|
||||
// Don't clear if the user has already scheduled another
|
||||
|
||||
Reference in New Issue
Block a user