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 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