Merge pull request #30715 from overleaf/msm-full-project-search-sp

[web] Enable Full Project Search in SP for new/old editor

GitOrigin-RevId: f569a45fff3b2c716db7acab3aae4ddbf80903c9
This commit is contained in:
Mathias Jakobsen
2026-01-14 10:08:43 +00:00
committed by Copybot
parent 19545b35d8
commit b9acc4f586
2 changed files with 22 additions and 1 deletions

View File

@@ -1039,7 +1039,12 @@ module.exports = {
'../modules/full-project-search/frontend/js/components/full-project-search-button.tsx'
),
],
fullProjectSearchPanel: [],
fullProjectSearchPanel: [
Path.resolve(
__dirname,
'../modules/full-project-search/frontend/js/components/full-project-search.tsx'
),
],
integrationPanelComponents: [],
referenceSearchSetting: [],
errorLogsComponents: [],