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
34e51915
authored
Sep 25, 2025
by
Archer
Committed by
GitHub
Sep 25, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: collection ui (#5704)
parent
7cdb16c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
packages/web/hooks/useTableMultipleSelect.tsx
+1
-1
projects/app/src/components/core/ai/ModelTable/index.tsx
+4
-0
No files found.
packages/web/hooks/useTableMultipleSelect.tsx
View file @
34e51915
...
@@ -66,7 +66,7 @@ export const useTableMultipleSelect = <T = any,>({
...
@@ -66,7 +66,7 @@ export const useTableMultipleSelect = <T = any,>({
activedStyles
,
activedStyles
,
...
props
...
props
}:
{
children
?:
ReactNode
;
activedStyles
?:
FlexProps
;
Controler
:
ReactNode
}
&
FlexProps
)
=>
{
}:
{
children
?:
ReactNode
;
activedStyles
?:
FlexProps
;
Controler
:
ReactNode
}
&
FlexProps
)
=>
{
return
hasSelections
?
(
return
hasSelections
||
!!
children
?
(
<
Flex
<
Flex
w=
{
'100%'
}
w=
{
'100%'
}
bg=
"white"
bg=
"white"
...
...
projects/app/src/components/core/ai/ModelTable/index.tsx
View file @
34e51915
...
@@ -348,6 +348,10 @@ const ModelTable = () => {
...
@@ -348,6 +348,10 @@ const ModelTable = () => {
</
TableContainer
>
</
TableContainer
>
<
FloatingActionBar
<
FloatingActionBar
activedStyles=
{
{
borderRadius
:
'md'
,
boxShadow
:
'md'
}
}
Controler=
{
Controler=
{
<
LazyCollaboratorProvider
<
LazyCollaboratorProvider
selectedHint=
{
t
(
'account_model:model_permission_config_hint'
)
}
selectedHint=
{
t
(
'account_model:model_permission_config_hint'
)
}
...
...
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