mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
fix: simple app all_app button (#4365)
This commit is contained in:
parent
e9f75c7e66
commit
96aabdf579
|
|
@ -46,7 +46,7 @@ const FolderPath = (props: {
|
|||
borderRadius={'md'}
|
||||
maxW={'45vw'}
|
||||
className={'textEllipsis'}
|
||||
{...(i === concatPaths.length - 1
|
||||
{...(i === concatPaths.length - 1 && concatPaths.length > 1
|
||||
? {
|
||||
cursor: 'default',
|
||||
color: 'myGray.700',
|
||||
|
|
|
|||
Loading…
Reference in New Issue