1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

Fix search folder bug (#6346)

* 01 remove useless toolbar

* 02 change search result is dir
This commit is contained in:
Michael An
2024-07-13 21:03:31 +08:00
committed by GitHub
parent 4c5509ea14
commit 6d4e06b571
4 changed files with 27 additions and 45 deletions

View File

@@ -38,4 +38,5 @@ export const EVENT_BUS_TYPE = {
// library
CURRENT_LIBRARY_CHANGED: 'current_library_changed',
SEARCH_LIBRARY_CONTENT: 'search_library_content',
};