refactor(base): rename baseId to pageId in client atoms, hooks, types

This commit is contained in:
Philipinho
2026-04-27 01:42:54 +01:00
parent 4510543510
commit 3e9f26a8dd
6 changed files with 57 additions and 57 deletions
@@ -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