Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
944774ec
authored
Mar 31, 2025
by
Mr-Chiang
Committed by
GitHub
Mar 31, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update:同知识库搜索问题 (#4405)
parent
5b21b4b6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
projects/app/src/pageComponents/app/list/List.tsx
+2
-1
No files found.
projects/app/src/pageComponents/app/list/List.tsx
View file @
944774ec
...
@@ -50,7 +50,7 @@ const ListItem = () => {
...
@@ -50,7 +50,7 @@ const ListItem = () => {
content
:
t
(
'app:move.hint'
)
content
:
t
(
'app:move.hint'
)
});
});
const
{
myApps
,
loadMyApps
,
onUpdateApp
,
setMoveAppId
,
folderDetail
}
=
useContextSelector
(
const
{
myApps
,
loadMyApps
,
onUpdateApp
,
setMoveAppId
,
folderDetail
,
setSearchKey
}
=
useContextSelector
(
AppListContext
,
AppListContext
,
(
v
)
=>
v
(
v
)
=>
v
);
);
...
@@ -177,6 +177,7 @@ const ListItem = () => {
...
@@ -177,6 +177,7 @@ const ListItem = () => {
}
}
}
}
onClick=
{
()
=>
{
onClick=
{
()
=>
{
if
(
AppFolderTypeList
.
includes
(
app
.
type
))
{
if
(
AppFolderTypeList
.
includes
(
app
.
type
))
{
setSearchKey
(
''
);
router
.
push
({
router
.
push
({
query
:
{
query
:
{
...
router
.
query
,
...
router
.
query
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment