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/linking/LinkPopup.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/linking/LinkPopup.tsx')
| -rw-r--r-- | src/client/views/linking/LinkPopup.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/linking/LinkPopup.tsx b/src/client/views/linking/LinkPopup.tsx index 4b33ef8ae..a6f6bd35f 100644 --- a/src/client/views/linking/LinkPopup.tsx +++ b/src/client/views/linking/LinkPopup.tsx @@ -68,8 +68,8 @@ export class LinkPopup extends React.Component<LinkPopupProps> { className="linkPopup-searchBox searchBox-input" /> */} <SearchBox - Document={CurrentUserUtils.MySearchPanelDoc} - DataDoc={CurrentUserUtils.MySearchPanelDoc} + Document={CurrentUserUtils.MySearcher} + DataDoc={CurrentUserUtils.MySearcher} linkFrom={linkDoc} linkSearch={true} fieldKey="data" |
