mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-18 01:25:53 +08:00
fix: knowledge save button visible (#6905)
This commit is contained in:
parent
33dab4fe54
commit
e683461416
@ -264,7 +264,6 @@ const Form = () => {
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
{currentDataset?.embedding_available && (
|
||||
<div className={rowClass}>
|
||||
<div className={labelClass} />
|
||||
<div className='w-[480px]'>
|
||||
@ -277,7 +276,6 @@ const Form = () => {
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user