fix: knowledge save button visible (#6905)

This commit is contained in:
zxhlyh 2024-08-02 14:20:20 +08:00 committed by GitHub
parent 33dab4fe54
commit e683461416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>
)
}