mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 07:00:47 +00:00
fix: collection ui (#5704)
This commit is contained in:
@@ -66,7 +66,7 @@ export const useTableMultipleSelect = <T = any,>({
|
||||
activedStyles,
|
||||
...props
|
||||
}: { children?: ReactNode; activedStyles?: FlexProps; Controler: ReactNode } & FlexProps) => {
|
||||
return hasSelections ? (
|
||||
return hasSelections || !!children ? (
|
||||
<Flex
|
||||
w={'100%'}
|
||||
bg="white"
|
||||
|
Reference in New Issue
Block a user