mirror of
https://github.com/docmost/docmost.git
synced 2026-07-27 03:34:40 +10:00
refactor(base): rename baseId to pageId in client components
This commit is contained in:
@@ -163,7 +163,7 @@ export function BaseToolbar({
|
||||
<ViewTabs
|
||||
views={views}
|
||||
activeViewId={activeView?.id}
|
||||
baseId={base.id}
|
||||
pageId={base.id}
|
||||
onViewChange={onViewChange}
|
||||
onAddView={onAddView}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user