mirror of https://github.com/langgenius/dify.git
fix(ChunkStructure): add disabled prop to OptionCard component
This commit is contained in:
parent
9e19ed4e67
commit
c91456de1b
|
|
@ -29,6 +29,7 @@ const ChunkStructure = ({
|
|||
effectColor={option.effectColor}
|
||||
showEffectColor
|
||||
className='gap-x-1.5 p-3 pr-4'
|
||||
disabled
|
||||
/>
|
||||
))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue