diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-20 05:31:25 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-20 05:31:25 -0400 |
| commit | c0826fb904f5d2448635b5dae1fc4337fead939e (patch) | |
| tree | 212d37de8064cb180856e7bd26173dd27ba859ba /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 3351c0372a8372a3e91bbd814f827a8b984f8665 (diff) | |
lots of changes to try to cleanup CurrentUserUtils so changes can be made without rebuilding the DB.
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index d2687df17..1ebbe08ef 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -416,7 +416,7 @@ export class CollectionDockingView extends CollectionSubView() { } tabDestroyed = (tab: any) => { - Doc.AddDocToList(CurrentUserUtils.MyHeaderBarDoc, "data", tab.DashDoc); + Doc.AddDocToList(CurrentUserUtils.MyHeaderBar, "data", tab.DashDoc); Doc.AddDocToList(CurrentUserUtils.MyRecentlyClosed, "data", tab.DashDoc, undefined, true, true); const dview = CollectionDockingView.Instance.props.Document; const fieldKey = CollectionDockingView.Instance.props.fieldKey; |
